Skip to content

Commit 612aaee

Browse files
committed
docs: Fix broken links
1 parent ed69155 commit 612aaee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guide/essentials/content-scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ export default defineContentScript({
607607
When the `ui.remove` is called, `autoMount` also stops.
608608
:::
609609
610-
See the [API Reference](/api/reference/wxt/client/interfaces/ContentScriptUi.html#automount) for the complete list of options.
610+
See the [API Reference](/api/reference/wxt/utils/content-script-ui/types/interfaces/ContentScriptUi#automount) for the complete list of options.
611611
612612
## Dealing with SPAs
613613

docs/guide/resources/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ import { // [!code ++]
141141
} from '#imports'; // [!code ++]
142142
```
143143
144-
> If you want to see where all the efer to the [API reference](/api/reference/wxt) or your project's `.wxt/types/imports-module.d.ts` file if you're curious.
144+
> If you want to see where all the imports are moved to, refer to the [API reference](/api/reference/wxt/) or your project's `.wxt/types/imports-module.d.ts` file.
145145
146146
When bundled, any imports from `#imports` will be broken up and replace with individual imports to the new submodules.
147147

0 commit comments

Comments
 (0)