Skip to content

Commit

Permalink
fix(about): links in about page
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Sep 19, 2021
1 parent 0e6fd69 commit 2425d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/about.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
<p style="font-size: 12px;">
Copyright &copy;2014-2021 Chris Brame <br> <br>

<a href="http://trudesk.io/v1/guide" class="no-ajaxy" target="_blank">General Documentation</a> <br>
<a href="http://trudesk.io/v1/api" class="no-ajaxy" target="_blank">API Documentation</a> <br>
<a href="https://docs.trudesk.io/v1/guide" class="no-ajaxy" target="_blank">General Documentation</a> <br>
<a href="https://docs.trudesk.io/v1/api" class="no-ajaxy" target="_blank">API Documentation</a> <br>
<a href="#" class="no-ajaxy" target="_blank" ng-click="showPrivacyPolicyModal($event)">Privacy Policy</a> <br>

<br>
Expand Down

0 comments on commit 2425d7e

Please sign in to comment.