From 809e43cfe504cf59d651205589f002cbe5008a0d Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 28 Dec 2020 17:49:31 -0800 Subject: [PATCH] fix link to api key --- WakaTime.sublime-settings | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WakaTime.sublime-settings b/WakaTime.sublime-settings index 719ed62..4a295c0 100644 --- a/WakaTime.sublime-settings +++ b/WakaTime.sublime-settings @@ -3,10 +3,10 @@ // This settings file will be overwritten when upgrading. { - // Your api key from https://wakatime.com/#apikey + // Your api key from https://wakatime.com/api-key // Set this in your User specific WakaTime.sublime-settings file. "api_key": "", - + // Debug mode. Set to true for verbose logging. Defaults to false. "debug": false, @@ -30,5 +30,5 @@ "status_bar_coding_activity": true, // Obfuscate file paths when sending to API. Your dashboard will no longer display coding activity per file. - "hidefilenames": false + "hidefilenames": false }