wxt 0.7.1-alpha1 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -28,11 +28,11 @@
28
28
  <p align="center">
29
29
  <a href="https://wxt.dev" target="_blank">Get Started</a>
30
30
  &bull;
31
- <a href="https://wxt.dev/get-started/installation.html" target="_blank">Installation</a>
31
+ <a href="https://wxt.dev/guide/installation.html" target="_blank">Installation</a>
32
32
  &bull;
33
- <a href="https://wxt.dev/guide/background.html" target="_blank">Entrypoints</a>
33
+ <a href="https://wxt.dev/entrypoints/background.html" target="_blank">Entrypoints</a>
34
34
  &bull;
35
- <a href="https://wxt.dev/config.html" target="_blank">Configuration</a>
35
+ <a href="https://wxt.dev/api/config.html" target="_blank">Configuration</a>
36
36
  </p>
37
37
 
38
38
  ![Example CLI Output](./docs/assets/cli-output.png)
@@ -45,7 +45,7 @@ Bootstrap a new project:
45
45
  pnpx wxt@latest init <project-name>
46
46
  ```
47
47
 
48
- Or see the [installation guide](https://wxt.dev/get-started/installation.html) to get started with WXT.
48
+ Or see the [installation guide](https://wxt.dev/guide/installation.html) to get started with WXT.
49
49
 
50
50
  ## Features
51
51