Skip to content

Commit 3a27d31

Browse files
ibuclawdlang-bot
authored andcommitted
Fix path for querying druntime contributions
1 parent b27492b commit 3a27d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/show_contributors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ $(document).ready(function()
2929
var repo;
3030
if (modulePath.indexOf("core") == 0 || modulePath.indexOf("object") == 0)
3131
{
32-
repo = "druntime";
33-
modulePath = "src/" + modulePath;
32+
repo = "dmd";
33+
modulePath = "druntime/src/" + modulePath;
3434
}
3535
else if (modulePath.indexOf("std") == 0 || modulePath.indexOf("etc") == 0)
3636
{

0 commit comments

Comments
 (0)