docs: Update examples URL (#768)

Co-authored-by: Aaron <aaronklinker1@gmail.com>
This commit is contained in:
Prakhar 🔱 Man of Creativity
2024-06-27 00:22:10 +05:30
committed by GitHub
parent 0ffc6eae3e
commit 60eb97c4b2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ Simple walkthroughs to accomplish common tasks or patterns with WXT.
<ExampleList />
> 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)
+1 -1
View File
@@ -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