# HG changeset patch # User Sietse Brouwer # Date 1603927669 -3600 # Thu Oct 29 00:27:49 2020 +0100 # Node ID 6f2358ab252329f08ad687ca6bb0ab18a905bc76 # Parent 0d3229120aff331970cba4591c1304f7fc59b394 Update links diff --git a/README.markdown b/README.markdown --- a/README.markdown +++ b/README.markdown @@ -15,7 +15,7 @@ Clone the repository: - $ hg clone http://bitbucket.org/sjl/hg-prompt/ + $ hg clone http://hg.stevelosh.com/hg-prompt/ Edit the `[extensions]` section in your `~/.hgrc` file: @@ -26,14 +26,15 @@ Documentation ------------- -The documentation for hg-prompt is at the [project page][project]. There's a [Quick Start guide][quickstart], [Full Usage Guide][usage], [Keyword List][keywords], and a few other things there. +Hg-prompt has a [docs site][docs]. There's a [Quick Start guide][quickstart], [Full Usage Guide][usage], [Keyword List][keywords], [Sample Prompts][sample-prompts], and a few other things there. The documentation is stored in the `docs/` directory of the repository if you prefer to read it offline. -[project]: http://sjl.bitbucket.org/hg-prompt/ -[quickstart]: http://sjl.bitbucket.org/hg-prompt/quickstart/ -[usage]: http://sjl.bitbucket.org/hg-prompt/documentation/usage/ -[keywords]: http://sjl.bitbucket.org/hg-prompt/documentation/keywords/ +[docs]: https://docs.stevelosh.com/hg-prompt/ +[quickstart]: https://docs.stevelosh.com/hg-prompt/quickstart/ +[usage]: https://docs.stevelosh.com/hg-prompt/full-documentation/#usage +[keywords]: https://docs.stevelosh.com/hg-prompt/full-documentation/#keywords +[sample-prompts]: https://docs.stevelosh.com/hg-prompt/full-documentation/#sample-prompts Questions, Comments, Suggestions diff --git a/docs/01-installation.markdown b/docs/01-installation.markdown --- a/docs/01-installation.markdown +++ b/docs/01-installation.markdown @@ -3,11 +3,11 @@ Installing `hg-prompt` requires [Python][] 2.5+ and (obviously) Mercurial. -[Python]: http://python.org/ +[Python]: https://www.python.org/ First, clone the repository: - $ hg clone http://bitbucket.org/sjl/hg-prompt/ + $ hg clone https://hg.stevelosh.com/hg-prompt/ Edit the `[extensions]` section in your `~/.hgrc` file: