Skip to content

Commit 2aabfea

Browse files
committed
Minor fix
1 parent a9690ec commit 2aabfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

globals.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ global well_wishes_section := "WELL_WISHES"
5858

5959
; Keyboard shortcut PDF paths
6060
keyboard_shortcut_filename := "keyboardshortcuts.pdf"
61-
global keyboard_shortcut_url := "https://raw.githubusercontent.com/arlbibek/windows-ahk/master/assets" . keyboard_shortcut_filename
61+
global keyboard_shortcut_url := "https://raw.githubusercontent.com/arlbibek/windows-ahk/master/assets/" . keyboard_shortcut_filename
6262
global keyboard_shortcut_path := config_dir . "\" . keyboard_shortcut_filename
6363

6464
; Tray menu text definitions

0 commit comments

Comments
 (0)