diff --git a/src/components/views/auth/VectorAuthFooter.js b/src/components/views/auth/VectorAuthFooter.js index 574d71047e..2d48390371 100644 --- a/src/components/views/auth/VectorAuthFooter.js +++ b/src/components/views/auth/VectorAuthFooter.js @@ -23,7 +23,7 @@ import { _t } from 'matrix-react-sdk/lib/languageHandler'; module.exports = () => { const brandingConfig = SdkConfig.get().branding; let links = [ - {"text": "blog", "url": "https://medium.com/@RiotChat"}, + {"text": "blog", "url": "https://blog.riot.im"}, {"text": "twitter", "url": "https://twitter.com/@RiotChat"}, {"text": "github", "url": "https://github.com/vector-im/riot-web"}, ];