Fix #667: broken link in source help

This commit is contained in:
Oliver Blanthorn 2018-06-08 21:26:18 +01:00
parent e7ad3b74e9
commit 71961aebb2
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -354,7 +354,7 @@ export async function installnative() {
*
* If no argument given, it will try to open ~/.tridactylrc, ~/.config/tridactylrc or $XDG_CONFIG_HOME/tridactyl/tridactylrc in reverse order.
*
* The RC file is just a bunch of Tridactyl excmds (i.e, the stuff on this help page). Settings persist in local storage; add `sanitise tridactyllocal tridactylsync` to make it more Vim like. There's an [example file](https://www.github.com/cmcaine/tridactyl/master/.tridactylrc) if you want it.
* The RC file is just a bunch of Tridactyl excmds (i.e, the stuff on this help page). Settings persist in local storage; add `sanitise tridactyllocal tridactylsync` to make it more Vim like. There's an [example file](https://raw.githubusercontent.com/cmcaine/tridactyl/master/.tridactylrc) if you want it.
*
* @param fileArr the file to open. Must be an absolute path, but can contain environment variables and things like ~.
*/