Skip to content

Commit 2c5a776

Browse files
committed
Update links.js
1 parent 26ad87b commit 2c5a776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

links.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function createLink(linkData) {
3636

3737

3838
link += '/' + encodeURI(user) +
39-
'/' + encodeURI(repo + branch);
39+
'/' + encodeURI(repoName + branch);
4040

4141
if (contents) {
4242

0 commit comments

Comments
 (0)