We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4272a86 commit 4b3a87cCopy full SHA for 4b3a87c
docusaurus.config.js
@@ -123,11 +123,7 @@ const config = {
123
items: [
124
{
125
label: 'Discussion',
126
- href: 'https://github.com/gitploy-io/gitploy/discussions',
127
- },
128
- {
129
- label: 'Twitter',
130
- href: 'https://twitter.com/gitploy_io',
+ href: 'https://github.com/gitploy-io/gitploy/issues',
131
},
132
133
label: 'Slack',
src/pages/index.js
@@ -31,7 +31,7 @@ function HomepageHeader() {
31
</Link>
32
<Link
33
className="button button--secondary button--lg"
34
- to="https://github.com/gitploy-io/gitploy/discussions">
+ to="https://github.com/gitploy-io/gitploy/">
35
Join Our Community
36
37
</div>
0 commit comments