Skip to content

Commit 2aa9bf6

Browse files
committed
1 parent 1b84624 commit 2aa9bf6

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docusaurus.config.js

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,20 @@ const footerLinks = [
5656
},
5757
{
5858
label: "Forums",
59-
href: `https://www.mongodb.com/community/forums/${utmParams}`,
59+
href: `https://www.mongodb.com/community/forums/?${utmParams}`,
6060
},
6161
{
6262
label: "Developer Center",
63-
href: `https://www.mongodb.com/developer/${utmParams}`,
63+
href: `https://www.mongodb.com/developer/?${utmParams}`,
6464
},
6565
{
6666
label: "MongoDB University",
67-
href: `https://learn.mongodb.com/${utmParams}`,
67+
href: `https://learn.mongodb.com/?${utmParams}`,
6868
},
6969
{
7070
href: `https://github.com/${organizationName}/${workshopName}`,
7171
label: "This lab in GitHub",
7272
},
73-
{
74-
label: ${new Date().getFullYear()} MongoDB, Inc.`,
75-
href: "#",
76-
},
7773
];
7874

7975
///////////////////////////////////////////////////////////////////////////////
@@ -156,6 +152,7 @@ const config = {
156152
footer: {
157153
style: "dark",
158154
links: footerLinks,
155+
copyright: ${new Date().getFullYear()} MongoDB, Inc.`,
159156
},
160157
prism: {
161158
theme: lightCodeTheme,

0 commit comments

Comments
 (0)