Skip to content

Commit

Permalink
update link (#6959)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Jan 24, 2023
1 parent 49ee786 commit 4604b3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/analytics-types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ export interface Promotion {

/**
* Dynamic configuration fetched from server.
* See https://firebase.google.com/docs/projects/api/reference/rest/v1beta1/projects.webApps/getConfig
* See https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects.webApps/getConfig
*/
interface DynamicConfig {
projectId: string;
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export interface ThrottleMetadata {

/**
* Dynamic configuration fetched from server.
* See https://firebase.google.com/docs/projects/api/reference/rest/v1beta1/projects.webApps/getConfig
* See https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects.webApps/getConfig
*/
export interface DynamicConfig {
projectId: string;
Expand Down

0 comments on commit 4604b3c

Please sign in to comment.