Update docs links from taskwarrior.org to timewarrior.net

Signed-off-by: George Buckingham <george.buckingham@gmail.com>
This commit is contained in:
George Buckingham 2020-06-11 12:22:51 +02:00 committed by lauft
parent 59d0f1263f
commit 90081afb97
2 changed files with 3 additions and 3 deletions

View file

@ -96,7 +96,7 @@ Extensions are standalone programs or scripts that consume Timewarrior data outp
Extensions are the easiest way to contribute as you only need to adhere to the extension API, but are otherwise free in your choice of programming language and style. Extensions are the easiest way to contribute as you only need to adhere to the extension API, but are otherwise free in your choice of programming language and style.
Consult the [documentation](https://taskwarrior.org/docs/timewarrior/api.html) on how you can use the extension API. Consult the [documentation](https://timewarrior.net/docs/api.html) on how you can use the extension API.
### Tests, Bug-fixes and Features ### Tests, Bug-fixes and Features

View file

@ -16,7 +16,7 @@ It allows you to easily track your time and generate summary reports.
This is a reference, not a tutorial. This is a reference, not a tutorial.
If you are looking for a tutorial, check the online documentation here: If you are looking for a tutorial, check the online documentation here:
.br .br
https://taskwarrior.org/docs/timewarrior https://timewarrior.net/docs/
.br .br
When run without arguments or options, the default command is run, which indicates whether there is any active tracking, and if so, shows a summary, then exits with a code 0. When run without arguments or options, the default command is run, which indicates whether there is any active tracking, and if so, shows a summary, then exits with a code 0.
If there is no active time tracking, exit code is 1. If there is no active time tracking, exit code is 1.
@ -193,7 +193,7 @@ Display week chart
For examples please see the online documentation starting at: For examples please see the online documentation starting at:
. .
.RS .RS
<https://taskwarrior.org/docs/timewarrior/> <https://timewarrior.net/docs/>
.RE .RE
. .
Note that the online documentation can be more detailed and more current than this man page. Note that the online documentation can be more detailed and more current than this man page.