Updated blog url

pull/11792/head
Yngve Levinsen 2020-01-07 13:33:39 +01:00
parent 52ca0908e2
commit 15982ae0b0
1 changed files with 1 additions and 1 deletions

View File

@ -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"},
];