summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Sarah Rainsberger <sarah@rainsberger.ca> 2023-03-06 14:36:40 -0400
committerGravatar GitHub <noreply@github.com> 2023-03-06 14:36:40 -0400
commit18acae3edca702c418fcaf39b177555f5ea10017 (patch)
tree5e39f442ed9e9a8f3dfb781cb3390cf6dfa1202d
parent8b49d1781d0294610377fa16689b8fcd85c9a16b (diff)
downloadastro-18acae3edca702c418fcaf39b177555f5ea10017.tar.gz
astro-18acae3edca702c418fcaf39b177555f5ea10017.tar.zst
astro-18acae3edca702c418fcaf39b177555f5ea10017.zip
[error docs] update link for client-side scripts (#6423)
-rw-r--r--packages/astro/src/core/errors/errors-data.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/core/errors/errors-data.ts b/packages/astro/src/core/errors/errors-data.ts
index c10748b23..08243477b 100644
--- a/packages/astro/src/core/errors/errors-data.ts
+++ b/packages/astro/src/core/errors/errors-data.ts
@@ -75,7 +75,7 @@ export const AstroErrorData = defineErrors({
* @description
* The `Astro.clientAddress` property is only available when [Server-side rendering](https://docs.astro.build/en/guides/server-side-rendering/) is enabled.
*
- * To get the user's IP address in static mode, different APIs such as [Ipify](https://www.ipify.org/) can be used in a [Client-side script](https://docs.astro.build/en/core-concepts/astro-components/#client-side-scripts) or it may be possible to get the user's IP using a serverless function hosted on your hosting provider.
+ * To get the user's IP address in static mode, different APIs such as [Ipify](https://www.ipify.org/) can be used in a [Client-side script](https://docs.astro.build/en/guides/client-side-scripts/) or it may be possible to get the user's IP using a serverless function hosted on your hosting provider.
*/
StaticClientAddressNotAvailable: {
title: '`Astro.clientAddress` is not available in static mode.',