We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ad87b commit 2c5a776Copy full SHA for 2c5a776
links.js
@@ -36,7 +36,7 @@ function createLink(linkData) {
36
37
38
link += '/' + encodeURI(user) +
39
- '/' + encodeURI(repo + branch);
+ '/' + encodeURI(repoName + branch);
40
41
if (contents) {
42
0 commit comments