Skip to content

Commit e3cd458

Browse files
Update docusaurus.config.js
1 parent 557df8d commit e3cd458

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const darkTheme = themes.palenight;
77
module.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: [

0 commit comments

Comments
 (0)