# HG changeset patch # User Steve Losh # Date 1577136563 18000 # Node ID f44c93802d16f3236751572d21072316245cf800 # Parent e4a45f52512572d9f1b1cfb0764ba91d01435af9 Update URLs diff -r e4a45f525125 -r f44c93802d16 Makefile --- a/Makefile Mon Jan 15 15:23:22 2018 -0500 +++ b/Makefile Mon Dec 23 16:29:23 2019 -0500 @@ -41,7 +41,7 @@ cd docs && ~/.virtualenvs/d/bin/d pubdocs: docs/build/index.html - hg -R ~/src/sjl.bitbucket.org pull -u - rsync --delete -a ./docs/build/ ~/src/sjl.bitbucket.org/temperance - hg -R ~/src/sjl.bitbucket.org commit -Am 'temperance: 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/temperance + hg -R ~/src/docs.stevelosh.com commit -Am 'temperance: Update site.' + hg -R ~/src/docs.stevelosh.com push diff -r e4a45f525125 -r f44c93802d16 README.markdown --- a/README.markdown Mon Jan 15 15:23:22 2018 -0500 +++ b/README.markdown Mon Dec 23 16:29:23 2019 -0500 @@ -29,7 +29,6 @@ [ggp]: https://en.wikipedia.org/wiki/General_game_playing * **License:** MIT -* **Documentation:** -* **Mercurial:** -* **Git:** -* **Issues:** +* **Documentation:** +* **Mercurial:** +* **Git:** diff -r e4a45f525125 -r f44c93802d16 contrib/gdl-benchmark/README.markdown --- a/contrib/gdl-benchmark/README.markdown Mon Jan 15 15:23:22 2018 -0500 +++ b/contrib/gdl-benchmark/README.markdown Mon Dec 23 16:29:23 2019 -0500 @@ -23,12 +23,12 @@ cd ~/.roswell/local-projects/ # Mercurial - hg clone http://bitbucket.org/sjl/temperance - hg clone http://bitbucket.org/sjl/cl-losh + hg clone https://hg.sr.ht/~sjl/temperance + hg clone https://hg.sr.ht/~sjl/cl-losh # Git - git clone http://github.com/sjl/temperance - git clone http://github.com/sjl/cl-losh + git clone https://github.com/sjl/temperance + git clone https://github.com/sjl/cl-losh Build the benchmarking binary with your chosen Lisp: diff -r e4a45f525125 -r f44c93802d16 docs/index.markdown --- a/docs/index.markdown Mon Jan 15 15:23:22 2018 -0500 +++ b/docs/index.markdown Mon Dec 23 16:29:23 2019 -0500 @@ -23,7 +23,6 @@ [ggp]: https://en.wikipedia.org/wiki/General_game_playing * **License:** MIT -* **Documentation:** -* **Mercurial:** -* **Git:** -* **Issues:** +* **Documentation:** +* **Mercurial:** +* **Git:**