diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-02-17 00:18:04 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-02-17 00:23:19 -0500 |
| commit | b6d9491f56e29da9bf4af874d591af28d5a14bb6 (patch) | |
| tree | 3eec5551741e93f43f0a2ed926e6d763ea1941e8 /static/redirect.js | |
| parent | d4f1e6c09e71f6f44b6b510e17064a951066c077 (diff) | |
move default connections to FAQ
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() { |
