diff --git a/src/components/views/auth/VectorAuthFooter.js b/src/components/views/auth/VectorAuthFooter.js index de38b00a7e..c7e767b66f 100644 --- a/src/components/views/auth/VectorAuthFooter.js +++ b/src/components/views/auth/VectorAuthFooter.js @@ -22,8 +22,8 @@ import { _t } from 'matrix-react-sdk/src/languageHandler'; const VectorAuthFooter = () => { const brandingConfig = SdkConfig.get().branding; let links = [ - {"text": "blog", "url": "https://blog.riot.im"}, - {"text": "twitter", "url": "https://twitter.com/@RiotChat"}, + {"text": "blog", "url": "https://element.io/blog"}, + {"text": "twitter", "url": "https://twitter.com/element_hq"}, {"text": "github", "url": "https://github.com/vector-im/riot-web"}, ];