Skip to content

Commit

Permalink
fix: update Package Overview github link (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
alicejli authored Apr 25, 2024
1 parent 680f924 commit 15ce3a5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ public String getGithubLink() {
|| Objects.equals(this.repo, "googleapis/sdk-platform-java")) {
githubLink = githubLink + "/tree/main/" + this.repoShort;
}
// Handwritten libraries have a different base URI
else {
githubLink = githubLink + "/tree/main/";
}
return githubLink;
}

Expand Down

0 comments on commit 15ce3a5

Please sign in to comment.