mirror of https://github.com/vector-im/riot-web
fix the blog url
parent
d426847f4f
commit
619cd57bc6
|
@ -23,7 +23,7 @@ import { _t } from 'matrix-react-sdk/lib/languageHandler';
|
||||||
module.exports = () => {
|
module.exports = () => {
|
||||||
const brandingConfig = SdkConfig.get().branding;
|
const brandingConfig = SdkConfig.get().branding;
|
||||||
let links = [
|
let links = [
|
||||||
{"text": "blog", "url": "https://medium.com/@RiotChat"},
|
{"text": "blog", "url": "https://blog.riot.im"},
|
||||||
{"text": "twitter", "url": "https://twitter.com/@RiotChat"},
|
{"text": "twitter", "url": "https://twitter.com/@RiotChat"},
|
||||||
{"text": "github", "url": "https://github.com/vector-im/riot-web"},
|
{"text": "github", "url": "https://github.com/vector-im/riot-web"},
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue