Skip to content

Commit

Permalink
fix(docs): fixed some broken links (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
orpos authored Sep 23, 2023
1 parent d40542e commit f746be4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/content/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ type: Docs

- There are two different variants of this plugin:

- [`next-pwa`](/next-pwa/getting-started)
- [`next-sw` (not stable)](/next-sw)
- [`next-pwa`](/docs/next-pwa/getting-started)
- [`next-sw` (not stable)](/docs/next-sw)

## What's the difference between these two?

Expand Down
2 changes: 1 addition & 1 deletion docs/content/next-pwa/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ export default function App({ Component, pageProps }: AppProps) {

## Tips

- [You may want to ask user to reload when a new service worker is installed](https://github.com/DuCanhGH/next-pwa/tree/master/examples/lifecycle/pages/index.tsx#L20-L41)
- [You may want to ask user to reload when a new service worker is installed](https://github.com/DuCanhGH/next-pwa/tree/master/examples/lifecycle/components/PWALifecycle.tsx#L20-L40)

- When you are debugging the service worker, remember to constantly clean the application cache to reduce some flaky errors.

Expand Down

0 comments on commit f746be4

Please sign in to comment.