File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments