Skip to content

Commit

Permalink
Merge pull request #3221 from SujaySKumar/bug1171369-fix-non-working-…
Browse files Browse the repository at this point in the history
…coderush-link

Fix Bug 1171369, point coderush video link to air mozilla
  • Loading branch information
Schalk Neethling committed Aug 19, 2015
2 parents 1217c95 + e8a1b84 commit 378d5fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bedrock/mozorg/templates/mozorg/about/history-details.html
Expand Up @@ -14,10 +14,10 @@
<h1 class="title-shadow-box">{{ _('History of the Mozilla Project') }}</h1>

<p>
{% trans coderush='http://clickmovement.org/coderush',
{% trans coderush='https://air.mozilla.org/code-rush/',
sourcerelease='http://web.archive.org/web/20021001071727/wp.netscape.com/newsref/pr/newsrelease558.html'
%}
The Mozilla project was <a href="{{ coderush }}">created in 1998</a>
The Mozilla project was <a href="{{ coderush}}">created in 1998</a>
with the <a href="{{ sourcerelease }}">release of the Netscape browser
suite source code</a>.
{% endtrans %}
Expand Down

0 comments on commit 378d5fa

Please sign in to comment.