1
0
Fork 0
mirror of https://github.com/topydo/topydo.git synced 2024-05-10 10:48:35 +00:00

Fix repository links throughout

This commit is contained in:
David Steele 2020-10-04 13:21:45 -04:00
parent ee316e54d7
commit 9338cf6590
4 changed files with 13 additions and 12 deletions

View file

@ -1,4 +1,5 @@
Main author / maintainer: Bram Schoenmakers (@bram85)
Maintainer: David Steele <dsteele@gmail.com>
For a list of contributors, please refer to the Contributors page on
[Github](https://github.com/bram85/topydo/graphs/contributors).
[Github](https://github.com/topydo/topydo/graphs/contributors).

View file

@ -70,4 +70,4 @@ smoothly into topydo.
should be marked green (i.e. covered).
When you create a Pull Request, code coverage will be automatically checked
and reported by [Codecov.io](https://codecov.io/github/bram85/topydo).
and reported by [Codecov.io](https://codecov.io/github/topydo/topydo).

View file

@ -1,7 +1,7 @@
topydo - a powerful todo.txt application
========================================
[![Build Status](https://travis-ci.org/bram85/topydo.svg?branch=master)](https://travis-ci.org/bram85/topydo) [![codecov.io](https://codecov.io/github/bram85/topydo/coverage.svg?branch=master)](https://codecov.io/github/bram85/topydo?branch=master) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/2957b80fffa0460bbb0e1ff7948f0ee7)](https://www.codacy.com/app/bram85/topydo?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=bram85/topydo&amp;utm_campaign=Badge_Grade) [![PyPI version](https://badge.fury.io/py/topydo.svg)](https://badge.fury.io/py/topydo) [![Join the chat at https://gitter.im/bram85/topydo](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/bram85/topydo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=bram85&url=https://github.com/bram85/topydo&title=topydo&language=&tags=github&category=software)
[![Build Status](https://travis-ci.org/topydo/topydo.svg?branch=master)](https://travis-ci.org/topydo/topydo) [![codecov.io](https://codecov.io/github/topydo/topydo/coverage.svg?branch=master)](https://codecov.io/github/topydo/topydo?branch=master) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/2957b80fffa0460bbb0e1ff7948f0ee7)](https://www.codacy.com/app/bram85/topydo?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=bram85/topydo&amp;utm_campaign=Badge_Grade) [![PyPI version](https://badge.fury.io/py/topydo.svg)](https://badge.fury.io/py/topydo) [![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=bram85&url=https://github.com/bram85/topydo&title=topydo&language=&tags=github&category=software)
topydo is a powerful todo list application using the [todo.txt format][1].
@ -68,5 +68,5 @@ CLI mode:
[2]: https://github.com/ginatrapani/todo.txt-cli
[3]: https://github.com/bram85/todo.txt-tools
[4]: https://www.topydo.org
[5]: https://raw.githubusercontent.com/bram85/topydo/master/docs/topydo.gif
[6]: https://raw.githubusercontent.com/bram85/topydo/master/docs/columns.png
[5]: https://raw.githubusercontent.com/topydo/topydo/master/docs/topydo.gif
[6]: https://raw.githubusercontent.com/topydo/topydo/master/docs/columns.png

View file

@ -8964,7 +8964,7 @@ Changelog0.13</pre>
&lt;&lt;dep_op to 1 2&gt;&gt;</pre>
</div>
<div bag="default" created="20160518112233398" modified="20170811094124759" revision="0" tags="$:/tags/Macro" title="$:/my/macros/github" type="text/vnd.tiddlywiki">
<pre>\define issue(number repo:bram85/topydo)
<pre>\define issue(number repo:topydo/topydo)
[ext[#$number$|https://github.com/$repo$/issues/$number$]]
\end
@ -9239,7 +9239,7 @@ Changelog0.13</pre>
<div bag="default" created="20160427171816008" modified="20170919102813042" revision="0" tags="" title="AboutTopydo" type="text/vnd.tiddlywiki">
<pre>topydo is a powerful todo list application for the console, using the [ext[todo.txt format|Format]]. It is inspired by the [ext[todo.txt CLI|https://github.com/todotxt/todo.txt-cli]] by Gina Trapani.
topydo is a rewrite of the CLI, incorporating functionality from both the original CLI and [[todo.txt-tools|https://github.com/bram85/todo.txt-tools]].
topydo is a rewrite of the CLI, incorporating functionality from both the original CLI and [[todo.txt-tools|https://github.com/topydo/todo.txt-tools]].
! Motivation
@ -9823,7 +9823,7 @@ Welcome to the website of topydo, a powerful todo.txt client for the command lin
The website is still being worked on, some navigation has to be put in place. To get started, there is a list of [[commands|Command]] and [[configuration items|Configuration]].
|Github page|https://github.com/bram85/topydo|
|Github page|https://github.com/topydo/topydo|
|PyPi|https://pypi.python.org/pypi/topydo|
! Demo
@ -10115,7 +10115,7 @@ See [[column key map|ColumnKeyMap]].</pre>
Please read the following guidelines to get your enhancement / bug fixes
smoothly into topydo.
Note: this is a copy of the original document [[on Github|https://github.com/bram85/topydo/blob/master/CONTRIBUTING.md]]. The Github version is leading.
Note: this is a copy of the original document [[on Github|https://github.com/topydo/topydo/blob/master/CONTRIBUTING.md]]. The Github version is leading.
! General
@ -10190,7 +10190,7 @@ coverage html
which will generate annotated files in the &lt;&lt;path htmlcov&gt;&gt; folder. The new code should be marked green (i.e. covered).
When you create a Pull Request, code coverage will be automatically checked and reported by [[Codecov.io|(https://codecov.io/github/bram85/topydo]].
When you create a Pull Request, code coverage will be automatically checked and reported by [[Codecov.io|(https://codecov.io/github/topydo/topydo]].
&lt;/div&gt;</pre>
</div>
<div bag="default" command-description="Deletes the todo item(s) with the given number(s) from the list." created="20160503071702335" modified="20160726201957811" revision="0" tags="Command FilterExpressions" title="del" type="text/vnd.tiddlywiki">
@ -10460,7 +10460,7 @@ Note that topydo is blocked while the editor command is still running.
&lt;/$list&gt;
&lt;/table&gt;
If you have a useful external editor script, please share it by [ext[submitting an issue|https://github.com/bram85/topydo/issues/new]], and I will add it to the list.</pre>
If you have a useful external editor script, please share it by [ext[submitting an issue|https://github.com/topydo/topydo/issues/new]], and I will add it to the list.</pre>
</div>
<div bag="default" created="20160722192346330" modified="20170813103252893" revision="0" tags="" title="Features" type="text/vnd.tiddlywiki">
<pre>Feature-wise, the [[todo.txt format|Format]] is quite limited, but can be extended using
@ -10870,7 +10870,7 @@ for url in urls:
process = subprocess.Popen([BROWSER, url])</pre>
</div>
<div bag="default" created="20160722193556749" modified="20170919102517251" revision="0" tags="" title="Links" type="text/vnd.tiddlywiki">
<pre>* [[Github project page|https://github.com/bram85/topydo]]
<pre>* [[Github project page|https://github.com/topydo/topydo]]
* [[topydo at pypi|https://pypi.python.org/pypi/topydo]]
* [[Original todo.txt CLI|https://github.com/todotxt/todo.txt-cli]] by Gina Trapani
* [[todo.txt specification repository|https://github.com/todotxt/todotxt|]]</pre>