From 619cd57bc6db6d7da5f5ff722da930c536c3ce6f Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 13 Jan 2020 16:50:46 +0000 Subject: [PATCH] fix the blog url --- src/components/views/auth/VectorAuthFooter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}, ];