From d907ce8c5b6576d4f1ad79bdbb6b5fcd7b4cfc65 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Fri, 14 Mar 2014 13:35:11 -0700 Subject: [PATCH] change www.wakatime.com to wakatime.com --- README.md | 4 ++-- plugin/packages/wakatime/README.rst | 2 +- plugin/packages/wakatime/wakatime/__init__.py | 2 +- plugin/wakatime.vim | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b784ef2..f2c9604 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Heads Up! WakaTime depends on [Python](http://www.python.org/getit/) being insta b) Then inside Vim, type `:BundleInstall`. -3. You will see a prompt at the bottom asking for your [api key](https://www.wakatime.com/#apikey). Enter your api key, then press `enter`. +3. You will see a prompt at the bottom asking for your [api key](https://wakatime.com/#apikey). Enter your api key, then press `enter`. 4. Use Vim and your time will automatically be tracked for you. @@ -29,4 +29,4 @@ Heads Up! WakaTime depends on [Python](http://www.python.org/getit/) being insta Screen Shots ------------ -![Project Overview](https://www.wakatime.com/static/img/ScreenShots/Screen Shot 2013-10-26 at 5.04.01 PM.png) +![Project Overview](https://wakatime.com/static/img/ScreenShots/Screen Shot 2013-10-26 at 5.04.01 PM.png) diff --git a/plugin/packages/wakatime/README.rst b/plugin/packages/wakatime/README.rst index 7787093..5e55ea2 100644 --- a/plugin/packages/wakatime/README.rst +++ b/plugin/packages/wakatime/README.rst @@ -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 diff --git a/plugin/packages/wakatime/wakatime/__init__.py b/plugin/packages/wakatime/wakatime/__init__.py index 7be849c..1d4ee25 100644 --- a/plugin/packages/wakatime/wakatime/__init__.py +++ b/plugin/packages/wakatime/wakatime/__init__.py @@ -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, diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 9f9c4d7..b8ce8f3 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -3,7 +3,7 @@ " Description: Automatic time tracking for Vim. " Maintainer: WakaTime " License: BSD, see LICENSE.txt for more details. -" Website: https://www.wakatime.com/ +" Website: https://wakatime.com/ " ============================================================================ let s:VERSION = '1.5.4'