From c57edc3a31eea0efc905a4882df333414190dcb5 Mon Sep 17 00:00:00 2001 From: Robert Long Date: Thu, 1 Apr 2021 11:47:14 -0700 Subject: [PATCH] Make Spoke controls link to the Hubs docs instead of Spoke wiki --- src/ui/EditorContainer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/EditorContainer.js b/src/ui/EditorContainer.js index 8c407838..4c04cc31 100644 --- a/src/ui/EditorContainer.js +++ b/src/ui/EditorContainer.js @@ -389,7 +389,7 @@ class EditorContainer extends Component { }, { name: "Keyboard and Mouse Controls", - action: () => window.open("https://github.com/mozilla/Spoke/wiki/Keyboard-and-Mouse-Controls") + action: () => window.open("https://hubs.mozilla.com/docs/spoke-controls.html") }, { name: "Get Support",