From 18acae3edca702c418fcaf39b177555f5ea10017 Mon Sep 17 00:00:00 2001 From: Sarah Rainsberger Date: Mon, 6 Mar 2023 14:36:40 -0400 Subject: [PATCH] [error docs] update link for client-side scripts (#6423) --- packages/astro/src/core/errors/errors-data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.',