Skip to content

Commit

Permalink
Merge pull request #2305 from swarnava/master
Browse files Browse the repository at this point in the history
fix bug 1055545 - update Privacy policy and SUMO link
  • Loading branch information
adngdb committed Aug 19, 2014
2 parents ffb4c24 + 933ed1f commit ff76898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -143,7 +143,7 @@ <h1>Product Navigation</h1>
<li><a href="http://socorro.readthedocs.org/">Project Info</a></li>
<li><a href="https://github.com/mozilla/socorro">Source Code</a></li>
<li><a href="http://wiki.mozilla.org/Breakpad">Breakpad Wiki</a></li>
<li><a href="http://www.mozilla.org/about/policies/privacy-policy.html">Privacy Policy</a></li>
<li><a href="https://www.mozilla.org/privacy/websites/">Privacy Policy</a></li>
</ul>
</div>

Expand Down
Expand Up @@ -28,7 +28,7 @@ <h2>{{ report.product }} {{ report.version }} Crash Report [@ {{ report.signatur

<div class="panel">
<div class="body notitle">
<div id="sumo-link"><a href="http://support.mozilla.com/search?q={{ report.signature|urlencode }}" title="Find more answers at support.mozilla.com!">Search Mozilla Support for Help</a></div>
<div id="sumo-link"><a href="http://support.mozilla.org/search?q={{ report.signature|urlencode }}" title="Find more answers at support.mozilla.org!">Search Mozilla Support for Help</a></div>

{% if hang_id %}
<div class="oopp-hang">
Expand Down

0 comments on commit ff76898

Please sign in to comment.