Skip to content

Commit

Permalink
Merge pull request #479 from okp4/feat/social-networks-links
Browse files Browse the repository at this point in the history
feat: update links
  • Loading branch information
MdechampG committed Apr 24, 2024
2 parents 41e0009 + 06624af commit b38d890
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/nodes/join-testnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Here are the links to the different testnet's peers list:

:::tip

Don't hesitate to ask for other peers on our [discord server](https://discord.gg/okp4).
Don't hesitate to ask for other peers on our [discord server](https://discord.gg/axone).

:::

Expand All @@ -71,7 +71,7 @@ You'll find below testnet's faucets:

:::tip

Don't hesitate to ask for tokens on our [discord server](https://discord.gg/okp4).
Don't hesitate to ask for tokens on our [discord server](https://discord.gg/axone).

:::

Expand Down
4 changes: 4 additions & 0 deletions docs/technical-documentation/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,7 @@ Unearth the features and functions of Axone Protocol's Cosmos Modules.
</div>
</div>
</div>

## 🙋 You want to contribute?

Join our community of builders and developers on the [Axone Community](https://github.com/axone-protocol/community/discussions), where you can actively participate in discussions, contribute your ideas, and collaborate on the evolution of the protocol and its applications.
10 changes: 7 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const config = {
dropdownActiveClassDisabled: true
},
{
href: 'https://discord.gg/okp4',
href: 'https://discord.gg/axone',
position: 'right',
className: 'header-discord-link',
'aria-label': 'Discord'
Expand Down Expand Up @@ -260,7 +260,7 @@ const config = {
items: [
{
label: 'Discord',
href: 'https://discord.gg/okp4'
href: 'https://discord.gg/axone'
},
{
label: 'Twitter',
Expand All @@ -277,6 +277,10 @@ const config = {
{
label: 'Zealy Program',
href: 'https://zealy.io/c/okp4/questboard'
},
{
label: 'Community discussions',
href: 'https://github.com/axone-protocol/community/discussions'
}
]
},
Expand All @@ -285,7 +289,7 @@ const config = {
items: [
{
label: 'Medium',
href: 'https://blog.okp4.network/'
href: 'https://blog.axone.xyz/'
},
{
label: 'Axone.xyz',
Expand Down

0 comments on commit b38d890

Please sign in to comment.