diff --git a/resources/views/layout.ejs b/resources/views/layout.ejs index 767e089ad662f6c6529c7a8b82c4fc0465bf3eb9..8c8d01cd0879b4067b1bd866bfd4a1bb6b1a2723 100644 --- a/resources/views/layout.ejs +++ b/resources/views/layout.ejs @@ -47,8 +47,8 @@ <footer style="position: absolute; bottom: 0;"> <ul class="cf"> - <li><%- format(gettext('By the <a %s>Identity Team</a> @ <a %s>Mozilla Labs</a>'), - [" href='http://identity.mozilla.com' target='_blank'", " href='http://mozillalabs.com' target='_blank'"]) %></li> + <li><%- format(gettext('By the <a %s>Identity Team</a> @ <a %s>Mozilla</a>'), + [" href='http://identity.mozilla.com' target='_blank'", " href='https://mozilla.org' target='_blank'"]) %></li> <li><a href="/privacy"><%= gettext('Privacy →') %></a></li> <li><a href="/tos"><%= gettext('TOS →') %></a></li> <li class="help"><a href="https://support.mozilla.com/en-US/kb/what-browserid-and-how-does-it-work" target="_blank"><%= gettext('Need Help? →') %></a></li>