Skip to content

Commit

Permalink
Corrected config-env link to be URL (#1334)
Browse files Browse the repository at this point in the history
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 <danielylee@google.com>
  • Loading branch information
Mitchman215 and taeold committed Aug 26, 2024
1 parent 097b73c commit 3a78784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v1/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, any> {
// K_CONFIGURATION is only set in GCFv2
Expand Down

0 comments on commit 3a78784

Please sign in to comment.