From 3a7878433877b7284b4db1e43c5639f0523094a2 Mon Sep 17 00:00:00 2001 From: Mitchell Salomon Date: Mon, 26 Aug 2024 17:09:27 -0400 Subject: [PATCH] Corrected config-env link to be URL (#1334) The old relative link of `/docs/functions/config-env` doesn't work outside of this repo (for example when using this project as a dependency). Also, markdown syntax didn't seem to be properly rendered on the [official API documentation](https://firebase.google.com/docs/reference/functions/firebase-functions). Co-authored-by: Daniel Lee --- src/v1/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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