diff --git a/docs/examples.md b/docs/examples.md index b6a4203a..a464f711 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -4,4 +4,4 @@ Simple walkthroughs to accomplish common tasks or patterns with WXT. -> Full code available at [`wxt-dev/wxt-examples`](https://github.com/wxt-dev/wxt-examples) +> Full code available at [`wxt-dev/examples`](https://github.com/wxt-dev/examples) diff --git a/docs/get-started/installation.md b/docs/get-started/installation.md index 725ef329..5159f3fd 100644 --- a/docs/get-started/installation.md +++ b/docs/get-started/installation.md @@ -113,4 +113,4 @@ You're ready to build your web extension! - Read the rest of the "Get Started" pages for a high-overview of what WXT can do - Read the [Guide](/guide/key-concepts/manifest) to learn in-depth about each feature WXT supports - [Configure WXT](./configuration) by creating a `wxt.config.ts` file -- Checkout [example projects](https://github.com/wxt-dev/wxt-examples) to see how to perform common tasks with WXT +- Checkout [example projects](https://github.com/wxt-dev/examples) to see how to perform common tasks with WXT