From 586fab9fd5e6a1d22fdaa28a943046d5437c7ccd Mon Sep 17 00:00:00 2001 From: josh <16547083+lordgrenville@users.noreply.github.com> Date: Tue, 28 Feb 2023 11:46:36 +0200 Subject: [PATCH] fix broken link --- src/excmds.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/excmds.ts b/src/excmds.ts index 5667d736..75bd4761 100644 --- a/src/excmds.ts +++ b/src/excmds.ts @@ -722,7 +722,7 @@ export async function exclaim_quiet(...str: string[]) { /** * Tells you if the native messenger is installed and its version. * - * For snap, flatpak, and other sandboxed installations, additional setup is required – see https://github.com/tridactyl#extra-features-through-native-messaging. + * For snap, flatpak, and other sandboxed installations, additional setup is required – see https://github.com/tridactyl/tridactyl#extra-features-through-native-messaging. */ //#background export async function native() { @@ -743,7 +743,7 @@ export async function native() { * * If your corporate IT policy disallows execution of binaries which have not been whitelisted but allows Python scripts, you may instead use the old native messenger by running `install.sh` or `win_install.ps1` from https://github.com/tridactyl/tridactyl/tree/master/native - the main downside is that it is significantly slower. * - * For snap, flatpak, and other sandboxed installations, additional setup is required – see https://github.com/tridactyl#extra-features-through-native-messaging. + * For snap, flatpak, and other sandboxed installations, additional setup is required – see https://github.com/tridactyl/tridactyl#extra-features-through-native-messaging. */ //#background export async function nativeinstall() {