diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e0df3fc10b..ab62a57947 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Cosmos SDK v0.53.0 Release Notes -💬 [**Release Discussion**](https://github.com/orgs/cosmos/discussions/58) +💬 [**Release Discussion**](https://github.com/cosmos/cosmos-sdk/discussions/58) ## 🚀 Highlights diff --git a/docs/docs/Introduction.md b/docs/docs/Introduction.md index f8d6e462b0..a8c217415a 100644 --- a/docs/docs/Introduction.md +++ b/docs/docs/Introduction.md @@ -32,6 +32,6 @@ Check out the docs for the various parts of the Cosmos stack. ## Help & Support -* [**GitHub Discussions**](https://github.com/orgs/cosmos/discussions) - Ask questions and discuss SDK development on GitHub. +* [**GitHub Discussions**](https://github.com/cosmos/cosmos-sdk/discussions) - Ask questions and discuss SDK development on GitHub. * [**Discord**](https://discord.gg/cosmosnetwork) - Chat with Cosmos developers on Discord. * [**Found an issue?**](https://github.com/cosmos/cosmos-sdk/edit/main/docs/README.md) - Help us improve this page by suggesting edits on GitHub. diff --git a/docs/sidebars.js b/docs/sidebars.js index 9c832f8144..ea38e1109e 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -45,7 +45,7 @@ const sidebars = { { type: "link", label: "Support", - href: "https://github.com/orgs/cosmos/discussions", + href: "https://github.com/cosmos/cosmos-sdk/discussions", }, ], },