From 60eb97c4b2698b5267a85bc6fab4e36095f855a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Prakhar=20=F0=9F=94=B1=20Man=20of=20Creativity?= <65062036+prakhartiwari0@users.noreply.github.com> Date: Thu, 27 Jun 2024 00:22:10 +0530 Subject: [PATCH] docs: Update examples URL (#768) Co-authored-by: Aaron --- docs/examples.md | 2 +- docs/get-started/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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