Skip to content

Commit

Permalink
1006: The footer link of webrev.js is broken
Browse files Browse the repository at this point in the history
Reviewed-by: erikj
  • Loading branch information
edvbld committed May 5, 2021
1 parent 629c501 commit 6182f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -532,7 +532,7 @@
footer.className = "version";

const webrevLink = create("a");
webrevLink.href = "https://git.openjdk.java.net/cr/blob/master/webrev.js";
webrevLink.href = "https://git.openjdk.java.net/cr";
webrevLink.innerHTML = "webrev.js";
footer.append("This code review page was prepared using ", webrevLink, ".");

Expand Down

0 comments on commit 6182f80

Please sign in to comment.