File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const darkTheme = themes.palenight;
77module . exports = {
88 title : 'Hypermod Community' ,
99 tagline : 'Codemods for everyone ✨' ,
10- url : 'https://www.codeshiftcommunity.com ' ,
10+ url : 'https://hypermod-io.github.io/hypermod-community/ ' ,
1111 baseUrl : '/' ,
1212 onBrokenLinks : 'throw' ,
1313 onBrokenMarkdownLinks : 'warn' ,
@@ -118,11 +118,11 @@ module.exports = {
118118 } ,
119119 {
120120 label : 'Stack Overflow' ,
121- href : 'https://stackoverflow.com/questions/tagged/CodeshiftCommunity ' ,
121+ href : 'https://stackoverflow.com/questions/tagged/hypermod ' ,
122122 } ,
123123 {
124124 label : 'Twitter' ,
125- href : 'https://twitter.com/CodeshiftCommunity ' ,
125+ href : 'https://twitter.com/hypermodio ' ,
126126 } ,
127127 ] ,
128128 } ,
@@ -144,7 +144,7 @@ module.exports = {
144144 ] ,
145145 } ,
146146 ] ,
147- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } CodeshiftCommunity. ` ,
147+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Hypermod.io ` ,
148148 } ,
149149 } ,
150150 presets : [
You can’t perform that action at this time.
0 commit comments