Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
Update "Developer" links to point to our MDN root
Browse files Browse the repository at this point in the history
Rather than going straight to the quick setup, we should link to somewhere that
gives a little more context.
  • Loading branch information
callahad committed Jul 20, 2012
1 parent 6de6c07 commit d9432a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/static/views.js
Expand Up @@ -231,7 +231,7 @@ exports.setup = function(app) {

// REDIRECTS
const REDIRECTS = {
"/developers" : "https://developer.mozilla.org/en/BrowserID/Quick_Setup"
"/developers" : "https://developer.mozilla.org/en/BrowserID"
};

// set up all the redirects
Expand Down
2 changes: 1 addition & 1 deletion resources/views/about.ejs
Expand Up @@ -42,7 +42,7 @@
</article>
</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>

2 changes: 1 addition & 1 deletion resources/views/layout.ejs
Expand Up @@ -30,7 +30,7 @@

<ul class="nav cf">
<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="signOut"><a class="signOut" href="/"><%= gettext("Sign Out") %></a></li>
Expand Down

0 comments on commit d9432a2

Please sign in to comment.