diff --git a/Developer-Documentation.md b/Developer-Documentation.md index a8dc947..e4d1687 100644 --- a/Developer-Documentation.md +++ b/Developer-Documentation.md @@ -31,7 +31,7 @@ $ git commit ... $ 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 @@ -41,3 +41,6 @@ Some time has passed, the upstream repo has changed and you want to update your $ git fetch upstream $ git merge upstream/master ``` + +[the changelog]: https://github.com/todotxt/todo.txt-cli/blob/master/CHANGELOG.md + diff --git a/Home.md b/Home.md index 4fec070..cb874d4 100644 --- a/Home.md +++ b/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) - [[Todo.sh Add-on Directory]] - [Known Bugs](http://github.com/ginatrapani/todo.txt-cli/issues) -- [[Todo.sh Changelog]] -- [[Other Todo.txt Projects]] \ No newline at end of file +- [Todo.sh Changelog](https://github.com/todotxt/todo.txt-cli/blob/master/CHANGELOG.md) +- [[Other Todo.txt Projects]] + diff --git a/User-Documentation.md b/User-Documentation.md index 59f9184..a072293 100644 --- a/User-Documentation.md +++ b/User-Documentation.md @@ -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] - [[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 -- [[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 @@ -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 [Todo.txt AIM Bot]: http://github.com/ginatrapani/todo.txt-aim-bot/tree/master [Get Milk]: http://github.com/jdevera/get-milk/ -[Remember The Milk]: http://www.rememberthemilk.com/ \ No newline at end of file +[Remember The Milk]: http://www.rememberthemilk.com/ +[Todo.sh Changelog]: https://github.com/todotxt/todo.txt-cli/blob/master/CHANGELOG.md