diff --git a/docs/content/2.guide/5.deployment/99.presets/custom.md b/docs/content/2.guide/5.deployment/99.presets/custom.md index 57054dc0f6..2effd57484 100644 --- a/docs/content/2.guide/5.deployment/99.presets/custom.md +++ b/docs/content/2.guide/5.deployment/99.presets/custom.md @@ -14,7 +14,7 @@ Back to [presets list](/guide/deployment/presets). ## Setup -You can create your own custom-built preset. See [the provided presets](https://github.com/nuxt/framework/blob/main/packages/nitro/src/presets) for examples. +You can create your own custom-built preset. See [the provided presets](https://github.com/unjs/nitro/tree/main/src/presets) for examples. ### Inline preset definition diff --git a/docs/content/2.guide/5.deployment/99.presets/service-worker.md b/docs/content/2.guide/5.deployment/99.presets/service-worker.md index 647c8db19f..208d62510a 100644 --- a/docs/content/2.guide/5.deployment/99.presets/service-worker.md +++ b/docs/content/2.guide/5.deployment/99.presets/service-worker.md @@ -39,4 +39,4 @@ NITRO_PRESET=worker npx nuxt build The worker preset produces a service worker that can provide full HTML rendering within a worker context (for example [Cloudflare Workers](/guide/deployment/cloudflare)). It registers appropriate handlers for `fetch`, `install` and `activate`. -For more information you can see the [source code](https://github.com/nuxt/framework/blob/main/packages/nitro/src/runtime/entries/service-worker.ts). +For more information you can see the [source code](https://github.com/unjs/nitro/blob/main/src/presets/service-worker.ts).