Skip to content

Commit

Permalink
Merge pull request #2935 from lavish205/issue_2019
Browse files Browse the repository at this point in the history
Fixed #2019: 404 url in FAQ page linked to open source
  • Loading branch information
EnTeQuAk committed Jun 20, 2016
2 parents 73f17cb + 76486b9 commit 84fe532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/olympia/pages/templates/pages/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ <h3 id="gallery">{{ _('Add-on Gallery') }}</h3>
author. Most authors choose widely known open source licenses like the
GPL or BSD licenses instead of making up their own.{% endtrans %}</p>

<p>{% trans url="http://www.mozilla.com/firefox/organic/" %}
<p>{% trans url="http://www.mozilla.com/MPL/" %}
Firefox and other Mozilla software are <a href="{{ url }}">open source</a>.
{% endtrans %}</p>
</dd>
Expand Down

0 comments on commit 84fe532

Please sign in to comment.