Skip to content

Commit

Permalink
fix bad link
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Jul 22, 2022
1 parent 3115fc8 commit a5b0e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/en/migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Astro v1.0 RC has upgraded from Vite 2 to [Vite 3](https://vitejs.dev/). We've h

### Deprecated: `Astro.canonicalURL`

You can now use the new [`Astro.url`](#astrourl) helper to construct your own canonical URL from the current page/request URL.
You can now use the new [`Astro.url`](/en/reference/api-reference/#astrourl) helper to construct your own canonical URL from the current page/request URL.

```js
// Before:
Expand Down

0 comments on commit a5b0e9e

Please sign in to comment.