Skip to content

Commit 15ce3a5

Browse files
authored
fix: update Package Overview github link (#262)
1 parent 680f924 commit 15ce3a5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • third_party/docfx-doclet-143274/src/main/java/com/google/docfx/doclet

third_party/docfx-doclet-143274/src/main/java/com/google/docfx/doclet/RepoMetadata.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ public String getGithubLink() {
149149
|| Objects.equals(this.repo, "googleapis/sdk-platform-java")) {
150150
githubLink = githubLink + "/tree/main/" + this.repoShort;
151151
}
152+
// Handwritten libraries have a different base URI
153+
else {
154+
githubLink = githubLink + "/tree/main/";
155+
}
152156
return githubLink;
153157
}
154158

0 commit comments

Comments
 (0)