From 15982ae0b0a973df939b741fe16a49e89ea60f89 Mon Sep 17 00:00:00 2001 From: Yngve Levinsen Date: Tue, 7 Jan 2020 13:33:39 +0100 Subject: [PATCH] Updated 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"}, ];