diff options
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 d5542593..e1387e23 100644 --- a/static/redirect.js +++ b/static/redirect.js @@ -12,6 +12,7 @@ const redirects = new Map([ ["/#device-support", "/faq#device-support"], + ["/usage#default-connections", "/faq#default-connections"], ]); function handle_hash() { |
