Skip to content

Commit b715ad5

Browse files
authored
Updating link for Firestore type aliases. (#582)
1 parent 1086515 commit b715ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docgen/generate-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ function addFirestoreTypeAliases() {
288288
if (firestoreExcludes.indexOf(typeName) === -1) {
289289
contentBlock += `
290290
<li>
291-
<a href="https://cloud.google.com/nodejs/docs/reference/firestore/latest/${typeName}">${typeName}</a>
291+
<a href="https://googleapis.dev/nodejs/firestore/latest/${typeName}.html">${typeName}</a>
292292
</li>`;
293293
}
294294
}

0 commit comments

Comments
 (0)