Skip to content

Commit 0ee3fd2

Browse files
committed
Fixed GitHub link not working
1 parent 8f43fd8 commit 0ee3fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const footerLinks = [
6666
href: `https://learn.mongodb.com?${utmParams}`,
6767
},
6868
{
69-
href: `https://github.com?${organizationName}/${workshopName}`,
69+
href: `https://github.com/${organizationName}/${workshopName}`,
7070
label: "This lab in GitHub",
7171
},
7272
];

0 commit comments

Comments
 (0)