Skip to content

Commit fbf2515

Browse files
hallfoxsyl20bnr
authored andcommitted
Fix wakatime-dashboard url
1 parent 05bf864 commit fbf2515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/+tools/wakatime/packages.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
:config
99
(defun spacemacs/wakatime-dashboard ()
1010
(interactive)
11-
(browse-url "wakatime.com/dashboard"))
11+
(browse-url "https://wakatime.com/dashboard"))
1212
(spacemacs/set-leader-keys
1313
"aW" 'spacemacs/wakatime-dashboard)))

0 commit comments

Comments
 (0)