diff --git a/src/v1/config.ts b/src/v1/config.ts index 7821b59d7..158325e56 100644 --- a/src/v1/config.ts +++ b/src/v1/config.ts @@ -37,7 +37,7 @@ export function resetCache(): void { * Store and retrieve project configuration data such as third-party API * keys or other settings. You can set configuration values using the * Firebase CLI as described in - * [Environment Configuration](/docs/functions/config-env). + * https://firebase.google.com/docs/functions/config-env. */ export function config(): Record { // K_CONFIGURATION is only set in GCFv2