From b6d9491f56e29da9bf4af874d591af28d5a14bb6 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 17 Feb 2020 00:18:04 -0500 Subject: move default connections to FAQ --- static/redirect.js | 1 + 1 file changed, 1 insertion(+) (limited to 'static/redirect.js') 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() { -- cgit v1.3.1