diff --git a/packages/marko/docs/cloudflare-workers.md b/packages/marko/docs/cloudflare-workers.md index 3bcd2cf5b4..b716da6b80 100644 --- a/packages/marko/docs/cloudflare-workers.md +++ b/packages/marko/docs/cloudflare-workers.md @@ -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. diff --git a/packages/marko/docs/fastify.md b/packages/marko/docs/fastify.md index ec66d063a1..f17840e5a8 100644 --- a/packages/marko/docs/fastify.md +++ b/packages/marko/docs/fastify.md @@ -44,4 +44,4 @@ await fastify.listen(3000); ### 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. diff --git a/packages/marko/docs/http.md b/packages/marko/docs/http.md index fbe75c86dc..656cbb7f20 100644 --- a/packages/marko/docs/http.md +++ b/packages/marko/docs/http.md @@ -31,4 +31,4 @@ server.listen(port, () => { ### 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. diff --git a/packages/marko/docs/koa.md b/packages/marko/docs/koa.md index 487d9c454b..16f3f625a3 100644 --- a/packages/marko/docs/koa.md +++ b/packages/marko/docs/koa.md @@ -32,4 +32,4 @@ app.listen(8080); ### 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.