Skip to content

Commit 4b3a87c

Browse files
author
Noah Lee
authored
Fix the discussion URL (#51)
1 parent 4272a86 commit 4b3a87c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docusaurus.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,7 @@ const config = {
123123
items: [
124124
{
125125
label: 'Discussion',
126-
href: 'https://github.com/gitploy-io/gitploy/discussions',
127-
},
128-
{
129-
label: 'Twitter',
130-
href: 'https://twitter.com/gitploy_io',
126+
href: 'https://github.com/gitploy-io/gitploy/issues',
131127
},
132128
{
133129
label: 'Slack',

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function HomepageHeader() {
3131
</Link>
3232
<Link
3333
className="button button--secondary button--lg"
34-
to="https://github.com/gitploy-io/gitploy/discussions">
34+
to="https://github.com/gitploy-io/gitploy/">
3535
Join Our Community
3636
</Link>
3737
</div>

0 commit comments

Comments
 (0)