Fix changelog urls
@@ -31,7 +31,7 @@ $ git commit ...
|
|||||||
$ git push origin master
|
$ git push origin master
|
||||||
```
|
```
|
||||||
|
|
||||||
The changes now appear in your repository in your GitHub clone; you'll see the commits listed in the GitHub web interface. You can now initiate a pull request by clicking the _Pull Request_ button. Send the request to the maintainers. You will receive a message (in GitHub and via Email) when she has merged in your changes; or just occasionally check [the changelog](http://github.com/todotxt/todo.txt-cli/).
|
The changes now appear in your repository in your GitHub clone; you'll see the commits listed in the GitHub web interface. You can now initiate a pull request by clicking the _Pull Request_ button. Send the request to the maintainers. You will receive a message (in GitHub and via Email) when she has merged in your changes; or just occasionally check [the changelog].
|
||||||
|
|
||||||
### Pulling in Upstream
|
### Pulling in Upstream
|
||||||
|
|
||||||
@@ -41,3 +41,6 @@ Some time has passed, the upstream repo has changed and you want to update your
|
|||||||
$ git fetch upstream
|
$ git fetch upstream
|
||||||
$ git merge upstream/master
|
$ git merge upstream/master
|
||||||
```
|
```
|
||||||
|
|
||||||
|
[the changelog]: https://github.com/todotxt/todo.txt-cli/blob/master/CHANGELOG.md
|
||||||
|
|
||||||
|
|||||||
5
Home.md
5
Home.md
@@ -35,5 +35,6 @@ Get support and ask questions on [the mailing list](http://groups.yahoo.com/grou
|
|||||||
- Licensed under the [GPL](http://www.gnu.org/copyleft/gpl.html)
|
- Licensed under the [GPL](http://www.gnu.org/copyleft/gpl.html)
|
||||||
- [[Todo.sh Add-on Directory]]
|
- [[Todo.sh Add-on Directory]]
|
||||||
- [Known Bugs](http://github.com/ginatrapani/todo.txt-cli/issues)
|
- [Known Bugs](http://github.com/ginatrapani/todo.txt-cli/issues)
|
||||||
- [[Todo.sh Changelog]]
|
- [Todo.sh Changelog](https://github.com/todotxt/todo.txt-cli/blob/master/CHANGELOG.md)
|
||||||
- [[Other Todo.txt Projects]]
|
- [[Other Todo.txt Projects]]
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ This is the user documentation for Todo.txt CLI. If you’re interested in contr
|
|||||||
- Find out what the CLI can do `todo.sh -h` or [Watch the Screencast]
|
- Find out what the CLI can do `todo.sh -h` or [Watch the Screencast]
|
||||||
- [[Tips and Tricks]] — extra ways to make Todo.txt CLI easier and better to use
|
- [[Tips and Tricks]] — extra ways to make Todo.txt CLI easier and better to use
|
||||||
- [The Todo.txt Format] — what your `todo.txt` file will look like, and Todo.txt CLI’s built-in project and context notation support
|
- [The Todo.txt Format] — what your `todo.txt` file will look like, and Todo.txt CLI’s built-in project and context notation support
|
||||||
- [[Todo.sh Changelog]] — the latest fixes and feature news
|
- [Todo.sh Changelog] — the latest fixes and feature news
|
||||||
|
|
||||||
## Customize Todo.txt CLI with Add-ons
|
## Customize Todo.txt CLI with Add-ons
|
||||||
|
|
||||||
@@ -23,4 +23,5 @@ This is the user documentation for Todo.txt CLI. If you’re interested in contr
|
|||||||
[Simple, iPhone-friendly web interface for todo.txt-cli]: http://github.com/smajda/todo.txt-web/tree/master
|
[Simple, iPhone-friendly web interface for todo.txt-cli]: http://github.com/smajda/todo.txt-web/tree/master
|
||||||
[Todo.txt AIM Bot]: http://github.com/ginatrapani/todo.txt-aim-bot/tree/master
|
[Todo.txt AIM Bot]: http://github.com/ginatrapani/todo.txt-aim-bot/tree/master
|
||||||
[Get Milk]: http://github.com/jdevera/get-milk/
|
[Get Milk]: http://github.com/jdevera/get-milk/
|
||||||
[Remember The Milk]: http://www.rememberthemilk.com/
|
[Remember The Milk]: http://www.rememberthemilk.com/
|
||||||
|
[Todo.sh Changelog]: https://github.com/todotxt/todo.txt-cli/blob/master/CHANGELOG.md
|
||||||
|
|||||||
Reference in New Issue
Block a user