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;
7
7
module . exports = {
8
8
title : 'Hypermod Community' ,
9
9
tagline : 'Codemods for everyone ✨' ,
10
- url : 'https://www.codeshiftcommunity.com ' ,
10
+ url : 'https://hypermod-io.github.io/hypermod-community/ ' ,
11
11
baseUrl : '/' ,
12
12
onBrokenLinks : 'throw' ,
13
13
onBrokenMarkdownLinks : 'warn' ,
@@ -118,11 +118,11 @@ module.exports = {
118
118
} ,
119
119
{
120
120
label : 'Stack Overflow' ,
121
- href : 'https://stackoverflow.com/questions/tagged/CodeshiftCommunity ' ,
121
+ href : 'https://stackoverflow.com/questions/tagged/hypermod ' ,
122
122
} ,
123
123
{
124
124
label : 'Twitter' ,
125
- href : 'https://twitter.com/CodeshiftCommunity ' ,
125
+ href : 'https://twitter.com/hypermodio ' ,
126
126
} ,
127
127
] ,
128
128
} ,
@@ -144,7 +144,7 @@ module.exports = {
144
144
] ,
145
145
} ,
146
146
] ,
147
- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } CodeshiftCommunity. ` ,
147
+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Hypermod.io ` ,
148
148
} ,
149
149
} ,
150
150
presets : [
You can’t perform that action at this time.
0 commit comments