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.
2 parents 8f43fd8 + 646b4bb commit fd893bfCopy full SHA for fd893bf
docusaurus.config.js
@@ -66,7 +66,7 @@ const footerLinks = [
66
href: `https://learn.mongodb.com?${utmParams}`,
67
},
68
{
69
- href: `https://github.com?${organizationName}/${workshopName}`,
+ href: `https://github.com/${organizationName}/${workshopName}`,
70
label: "This lab in GitHub",
71
72
];
package.json
@@ -1,6 +1,6 @@
1
2
"name": "relational-migrator-lab",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"private": true,
5
"scripts": {
6
"docusaurus": "docusaurus",
0 commit comments