diff --git a/src/components/views/auth/VectorAuthFooter.js b/src/components/views/auth/VectorAuthFooter.js index 21bba868d6..31a994b3f8 100644 --- a/src/components/views/auth/VectorAuthFooter.js +++ b/src/components/views/auth/VectorAuthFooter.js @@ -24,7 +24,7 @@ const VectorAuthFooter = () => { let links = [ {"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"}, + {"text": "GitHub", "url": "https://github.com/vector-im/element-web"}, ]; if (brandingConfig && brandingConfig.authFooterLinks) {