Skip to content

Commit

Permalink
[docs-errors] Astro.redirects link changed (#7308)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 authored Jun 6, 2023
1 parent 5ed2a2f commit f63d1d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/astro/src/core/errors/errors-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const AstroErrorData = {
* @docs
* @see
* - [Enabling SSR in Your Project](https://docs.astro.build/en/guides/server-side-rendering/#enabling-ssr-in-your-project)
* - [Astro.redirect](https://docs.astro.build/en/guides/server-side-rendering/#astroredirect)
* - [Astro.redirect](https://docs.astro.build/en/reference/api-reference/#astroredirect)
* @description
* The `Astro.redirect` function is only available when [Server-side rendering](/en/guides/server-side-rendering/) is enabled.
*
Expand Down Expand Up @@ -752,7 +752,7 @@ See https://docs.astro.build/en/guides/server-side-rendering/ for more informati
/**
* @docs
* @see
* - [Astro.redirect](https://docs.astro.build/en/guides/server-side-rendering/#astroredirect)
* - [Astro.redirect](https://docs.astro.build/en/reference/api-reference/#astroredirect)
* @description
* A redirect must be given a location with the `Location` header.
*/
Expand Down

0 comments on commit f63d1d0

Please sign in to comment.