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 = [
56
56
} ,
57
57
{
58
58
label : "Forums" ,
59
- href : `https://www.mongodb.com/community/forums/${ utmParams } ` ,
59
+ href : `https://www.mongodb.com/community/forums/? ${ utmParams } ` ,
60
60
} ,
61
61
{
62
62
label : "Developer Center" ,
63
- href : `https://www.mongodb.com/developer/${ utmParams } ` ,
63
+ href : `https://www.mongodb.com/developer/? ${ utmParams } ` ,
64
64
} ,
65
65
{
66
66
label : "MongoDB University" ,
67
- href : `https://learn.mongodb.com/${ utmParams } ` ,
67
+ href : `https://learn.mongodb.com/? ${ utmParams } ` ,
68
68
} ,
69
69
{
70
70
href : `https://github.com/${ organizationName } /${ workshopName } ` ,
71
71
label : "This lab in GitHub" ,
72
72
} ,
73
- {
74
- label : `© ${ new Date ( ) . getFullYear ( ) } MongoDB, Inc.` ,
75
- href : "#" ,
76
- } ,
77
73
] ;
78
74
79
75
///////////////////////////////////////////////////////////////////////////////
@@ -156,6 +152,7 @@ const config = {
156
152
footer : {
157
153
style : "dark" ,
158
154
links : footerLinks ,
155
+ copyright : `© ${ new Date ( ) . getFullYear ( ) } MongoDB, Inc.` ,
159
156
} ,
160
157
prism : {
161
158
theme : lightCodeTheme ,
You can’t perform that action at this time.
0 commit comments