fix hyperlinks
This commit is contained in:
parent
426bea542a
commit
10331704e8
1 changed files with 3 additions and 3 deletions
|
@ -13,8 +13,8 @@ Usage
|
||||||
|
|
||||||
Install the plugin for your IDE/editor at https://wakatime.com/plugins
|
Install the plugin for your IDE/editor at https://wakatime.com/plugins
|
||||||
|
|
||||||
If you are building a plugin using the `WakaTime API <https://wakatime.com/developers/>`
|
If you are building a plugin using the `WakaTime API <https://wakatime.com/developers/>`_
|
||||||
then follow the `Creating a Plugin <https://wakatime.com/help/misc/creating-plugin>`
|
then follow the `Creating a Plugin <https://wakatime.com/help/misc/creating-plugin>`_
|
||||||
guide for information about using ``wakatime-cli.py``.
|
guide for information about using ``wakatime-cli.py``.
|
||||||
|
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ Configuring
|
||||||
|
|
||||||
Options can be passed via command line, or set in the ``$HOME/.wakatime.cfg``
|
Options can be passed via command line, or set in the ``$HOME/.wakatime.cfg``
|
||||||
config file. Command line arguments take precedence over config file settings.
|
config file. Command line arguments take precedence over config file settings.
|
||||||
The ``$HOME/.wakatime.cfg`` file is in `INI <http://en.wikipedia.org/wiki/INI_file>`
|
The ``$HOME/.wakatime.cfg`` file is in `INI <http://en.wikipedia.org/wiki/INI_file>`_
|
||||||
format. An example config file looks like::
|
format. An example config file looks like::
|
||||||
[settings]
|
[settings]
|
||||||
debug = false
|
debug = false
|
||||||
|
|
Loading…
Reference in a new issue