From a88fc76f865a16d8bc1885e73e119961304ffb16 Mon Sep 17 00:00:00 2001 From: Alice <111279925+Alice-Interchain@users.noreply.github.com> Date: Thu, 29 Jun 2023 14:18:12 +0100 Subject: [PATCH] chore: update discord links in documentation and readme (#3983) * discord security patch Update README.md update old links to https://discord.gg/cosmosnetwork * discord security patch Update config.js updating old links to https://discord.gg/cosmosnetwork --- README.md | 2 +- docs/.vuepress/config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1eabe9861dd..798bc38f4d7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Lines Of Code - + Discord diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index a52f6e8e925..bd4af9289b0 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -608,7 +608,7 @@ module.exports = { }, footer: { question: { - text: "Chat with IBC developers in Discord.", + text: "Chat with IBC developers in Discord.", }, textLink: { text: "ibcprotocol.dev", @@ -673,7 +673,7 @@ module.exports = { }, { title: "Chat", - url: "https://discord.gg/W8trcGV", + url: "https://discord.gg/cosmosnetwork", }, ], },