Skip to content

Commit

Permalink
Docs: Fix bundler integration links
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyr committed Mar 7, 2024
1 parent c72371c commit 9be1046
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/marko/docs/cloudflare-workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion packages/marko/docs/fastify.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion packages/marko/docs/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion packages/marko/docs/koa.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 9be1046

Please sign in to comment.