Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 83e5203

Browse files
committed
fix: correct FirestoreAdminClient source link in documentation
The FirestoreAdminClient source code resides in the `google-cloud-firestore-admin` directory, which differs from the artifact ID (`google-cloud-firestore`). This mismatch causes the generated GitHub source links in the documentation to be broken. This change adds `library_path_overrides` to `.repo-metadata.json` to explicitly map `FirestoreAdminClient` to the correct source directory. Fixes: b/442875200
1 parent adc4137 commit 83e5203

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.repo-metadata.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@
1010
"repo": "googleapis/java-firestore",
1111
"repo_short": "java-firestore",
1212
"distribution_name": "com.google.cloud:google-cloud-firestore",
13+
"library_path_overrides": {
14+
"FirestoreAdminClient": "google-cloud-firestore-admin"
15+
},
1316
"api_id": "firestore.googleapis.com",
1417
"library_type": "GAPIC_COMBO",
1518
"requires_billing": true,
1619
"codeowner_team": "@googleapis/api-firestore @googleapis/firestore-dpe",
1720
"excluded_poms": "google-cloud-firestore,google-cloud-firestore-bom",
1821
"issue_tracker": "https://issuetracker.google.com/savedsearches/5337669",
1922
"recommended_package": "com.google.cloud.firestore"
20-
}
23+
}

0 commit comments

Comments
 (0)