diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-03-02 05:02:24 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-03-02 05:02:24 -0500 |
| commit | 82550d98fc587422708233cddcd868041ae303cc (patch) | |
| tree | 9ee9883c7318c65660d20c8ddd49c2342be45d66 /static/redirect.js | |
| parent | e075f1ee717e30405c9bad812a95e6b7acfc20a8 (diff) | |
change dns permalink
Diffstat (limited to 'static/redirect.js')
| -rw-r--r-- | static/redirect.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/redirect.js b/static/redirect.js index d84bfd78..0ef16859 100644 --- a/static/redirect.js +++ b/static/redirect.js @@ -17,6 +17,7 @@ const redirects = new Map([ ["/releases#sailfish-stable", "/faq#legacy-devices"], ["/releases#marlin-beta", "/faq#legacy-devices"], ["/releases#sailfish-beta", "/faq#legacy-devices"], + ["/faq#dns", "/faq#custom-dns"], ]); function handle_hash() { |
