Skip to content

Commit fd893bf

Browse files
authored
Merge pull request #37 from mongodb-developer/fix-gh-link
Fixed GitHub link not working
2 parents 8f43fd8 + 646b4bb commit fd893bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
];

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "relational-migrator-lab",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)