Merge pull request #4608 from lordgrenville/linkfix

fix broken link
This commit is contained in:
Oliver Blanthorn 2023-02-28 10:19:36 +00:00 committed by GitHub
commit 1c7eb0eebc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {