Skip to content
Snippets Groups Projects
Commit 1ba11c23 authored by jared hirsch's avatar jared hirsch
Browse files

Merge pull request #2128 from callahad/dev

Update "Developer" links to point to our MDN root
parents 6de6c07a d9432a20
No related branches found
No related tags found
No related merge requests found
...@@ -231,7 +231,7 @@ exports.setup = function(app) { ...@@ -231,7 +231,7 @@ exports.setup = function(app) {
// REDIRECTS // REDIRECTS
const REDIRECTS = { const REDIRECTS = {
"/developers" : "https://developer.mozilla.org/en/BrowserID/Quick_Setup" "/developers" : "https://developer.mozilla.org/en/BrowserID"
}; };
// set up all the redirects // set up all the redirects
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</article> </article>
</section> </section>
<a href="https://developer.mozilla.org/en/BrowserID/Quick_Setup" class="developers" target="_blank"><img src="<%- cachify('/pages/i/developers-link.png') %>" alt="<%- gettext('Persona for developers') %>"><span><%- gettext('Implement Persona on your site') %> </span><%- gettext('Developer guides and API documentation') %></a> <a href="https://developer.mozilla.org/en/BrowserID" class="developers" target="_blank"><img src="<%- cachify('/pages/i/developers-link.png') %>" alt="<%- gettext('Persona for developers') %>"><span><%- gettext('Implement Persona on your site') %> </span><%- gettext('Developer guides and API documentation') %></a>
</div><!-- #dashboard --> </div><!-- #dashboard -->
</div> </div>
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<ul class="nav cf"> <ul class="nav cf">
<li><a href="/about"><%= gettext("How it works") %></a></li> <li><a href="/about"><%= gettext("How it works") %></a></li>
<li><a href="https://developer.mozilla.org/en/BrowserID/Quick_Setup" target="_blank"><%= gettext("Developers") %></a></li> <li><a href="https://developer.mozilla.org/en/BrowserID" target="_blank"><%= gettext("Developers") %></a></li>
<li class="signIn"><a class="signIn" href="/signin"><%= gettext("Sign In") %></a></li> <li class="signIn"><a class="signIn" href="/signin"><%= gettext("Sign In") %></a></li>
<li class="signOut"><a class="signOut" href="/"><%= gettext("Sign Out") %></a></li> <li class="signOut"><a class="signOut" href="/"><%= gettext("Sign Out") %></a></li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment