Skip to content

Commit

Permalink
fix: Changed url of help page
Browse files Browse the repository at this point in the history
  • Loading branch information
andreevgy committed Aug 7, 2023
1 parent 3d68446 commit 6751ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/www/ui_components/app-root.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ export class AppRoot extends mixinBehaviors([AppLocalizeBehavior], PolymerElemen
[[localize('about-page-title')]]
</paper-item>
<paper-item name="help">
<a href="https://s3.amazonaws.com/outline-vpn/index.html#/support" id="helpAnchor" hidden=""></a>
<a href="https://support.getoutline.org" id="helpAnchor" hidden=""></a>
<img src$="[[rootPath]]assets/icons/help.png" alt="help" />
[[localize('help-page-title')]]
</paper-item>
Expand Down

0 comments on commit 6751ace

Please sign in to comment.