This repository was archived by the owner on May 8, 2026. It is now read-only.
Commit 83e5203
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/4428752001 parent adc4137 commit 83e5203
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
20 | | - | |
| 23 | + | |
0 commit comments