# HG changeset patch # User Steve Losh # Date 1577136218 18000 # Node ID ff7a51ce8babebee36a219ec713a79ad4f5fc3e4 # Parent 90c855f298b87ee1c2047dedb43590cccb0d8c02 Update URLs diff -r 90c855f298b8 -r ff7a51ce8bab Makefile --- 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 diff -r 90c855f298b8 -r ff7a51ce8bab README.markdown --- 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:** -* **Mercurial:** +* **Documentation:** +* **Mercurial:** * **Git:** diff -r 90c855f298b8 -r ff7a51ce8bab docs/02-overview.markdown --- 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 diff -r 90c855f298b8 -r ff7a51ce8bab docs/index.markdown --- 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:** -* **Mercurial:** +* **Documentation:** +* **Mercurial:** * **Git:**