change www.wakatime.com to wakatime.com

This commit is contained in:
Alan Hamlett 2014-03-14 13:35:11 -07:00
parent 7b04478a19
commit d907ce8c5b
4 changed files with 5 additions and 5 deletions

View file

@ -11,4 +11,4 @@ Go to http://wakatime.com to install the plugin for your text editor.
Installation
------------
https://www.wakatime.com/help/plugins/installing-plugins
https://wakatime.com/help/plugins/installing-plugins

View file

@ -227,7 +227,7 @@ def get_user_agent(plugin):
def send_action(project=None, branch=None, stats={}, key=None, targetFile=None,
timestamp=None, isWrite=None, plugin=None, **kwargs):
url = 'https://www.wakatime.com/api/v1/actions'
url = 'https://wakatime.com/api/v1/actions'
log.debug('Sending action to api at %s' % url)
data = {
'time': timestamp,

View file

@ -3,7 +3,7 @@
" Description: Automatic time tracking for Vim.
" Maintainer: WakaTime <support@wakatime.com>
" License: BSD, see LICENSE.txt for more details.
" Website: https://www.wakatime.com/
" Website: https://wakatime.com/
" ============================================================================
let s:VERSION = '1.5.4'