-
Notifications
You must be signed in to change notification settings - Fork 644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Fix bundler integration links #2066
base: main
Are you sure you want to change the base?
Conversation
|
rebased |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @timothyr, sorry for the long delay. After this minor fix we can merge.
@@ -29,4 +29,4 @@ async function handleRequest(request) { | |||
### BYOB (Bring your own bundler) | |||
|
|||
For the large portion of Marko's API a bundler is required. The example code above assumes that Marko templates can be loaded in your environment. | |||
Marko supports a number of bundlers, [take a look through our supported bundlers](#bundler-integrations) and pick what works best for you. | |||
Marko supports a number of bundlers, [take a look through our supported bundlers](https://markojs.com/docs/bundler-integrations-overview/) and pick what works best for you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, on second look these should be relative paths.
Marko supports a number of bundlers, [take a look through our supported bundlers](https://markojs.com/docs/bundler-integrations-overview/) and pick what works best for you. | |
Marko supports a number of bundlers, [take a look through our supported bundlers](/docs/bundler-integrations-overview/) and pick what works best for you. |
Description
Fix the "supported bundlers" links to go to correct Marko docs page about bundler integrations
The links to bundler integrations don't redirect anywhere.
See current docs and click bundler link:
https://markojs.com/docs/cloudflare-workers/#bundler-integrations
Checklist: