--- a/Makefile Mon Jan 15 15:26:19 2018 -0500
+++ b/Makefile Mon Dec 23 16:23:38 2019 -0500
@@ -16,8 +16,8 @@
docs: docs/build/index.html
pubdocs: docs
- hg -R ~/src/sjl.bitbucket.org pull -u
- rsync --delete -a ./docs/build/ ~/src/sjl.bitbucket.org/cl-ggp
- hg -R ~/src/sjl.bitbucket.org commit -Am 'cl-ggp: Update site.'
- hg -R ~/src/sjl.bitbucket.org push
+ hg -R ~/src/docs.stevelosh.com pull -u
+ rsync --delete -a ./docs/build/ ~/src/docs.stevelosh.com/cl-ggp
+ hg -R ~/src/docs.stevelosh.com commit -Am 'cl-ggp: Update site.'
+ hg -R ~/src/docs.stevelosh.com push
--- a/README.markdown Mon Jan 15 15:26:19 2018 -0500
+++ b/README.markdown Mon Dec 23 16:23:38 2019 -0500
@@ -16,9 +16,9 @@
when writing players.
[GGP]: http://www.ggp.org/
-[Temperance]: https://sjl.bitbucket.io/temperance/
+[Temperance]: https://docs.stevelosh.com/temperance/
* **License:** MIT
-* **Documentation:** <https://sjl.bitbucket.io/cl-ggp/>
-* **Mercurial:** <https://bitbucket.org/sjl/cl-ggp/>
+* **Documentation:** <https://docs.stevelosh.com/cl-ggp/>
+* **Mercurial:** <https://hg.sr.ht/~sjl/cl-ggp/>
* **Git:** <https://github.com/sjl/cl-ggp/>
--- a/docs/02-overview.markdown Mon Jan 15 15:26:19 2018 -0500
+++ b/docs/02-overview.markdown Mon Dec 23 16:23:38 2019 -0500
@@ -170,7 +170,7 @@
The `cl-ggp.reasoner` system contains a Prolog-based GDL reasoner based on the
[Temperance][] logic programming library.
-[Temperance]: https://sjl.bitbucket.io/temperance/
+[Temperance]: https://docs.stevelosh.com/temperance/
It's useful as a starting point if you just want to get a bot up and running
quickly. If you want more speed or control over the reasoning process you'll
--- a/docs/index.markdown Mon Jan 15 15:26:19 2018 -0500
+++ b/docs/index.markdown Mon Dec 23 16:23:38 2019 -0500
@@ -9,9 +9,9 @@
when writing players.
[GGP]: http://www.ggp.org/
-[Temperance]: https://sjl.bitbucket.io/temperance/
+[Temperance]: https://docs.stevelosh.com/temperance/
* **License:** MIT
-* **Documentation:** <https://sjl.bitbucket.io/cl-ggp/>
-* **Mercurial:** <https://bitbucket.org/sjl/cl-ggp/>
+* **Documentation:** <https://docs.stevelosh.com/cl-ggp/>
+* **Mercurial:** <https://hg.sr.ht/~sjl/cl-ggp/>
* **Git:** <https://github.com/sjl/cl-ggp/>