@@ 15,7 15,7 @@ Installing
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 @@ Edit the `[extensions]` section in your
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
@@ 3,11 3,11 @@ Installation
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: