Skip to content

Commit 3a78784

Browse files
Mitchman215taeold
andauthored
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 <[email protected]>
1 parent 097b73c commit 3a78784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v1/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function resetCache(): void {
3737
* Store and retrieve project configuration data such as third-party API
3838
* keys or other settings. You can set configuration values using the
3939
* Firebase CLI as described in
40-
* [Environment Configuration](/docs/functions/config-env).
40+
* https://firebase.google.com/docs/functions/config-env.
4141
*/
4242
export function config(): Record<string, any> {
4343
// K_CONFIGURATION is only set in GCFv2

0 commit comments

Comments
 (0)