f44c93802d16

Update URLs
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Dec 2019 16:29:23 -0500
parents e4a45f525125
children e5916bc47786
branches/tags (none)
files Makefile README.markdown contrib/gdl-benchmark/README.markdown docs/index.markdown

Changes

--- 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
--- 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:** <https://sjl.bitbucket.io/temperance/>
-* **Mercurial:** <http://bitbucket.org/sjl/temperance/>
-* **Git:** <http://github.com/sjl/temperance/>
-* **Issues:** <http://github.com/sjl/temperance/issues/>
+* **Documentation:** <https://docs.stevelosh.com/temperance/>
+* **Mercurial:** <https://hg.sr.ht/~sjl/temperance/>
+* **Git:** <https://github.com/sjl/temperance/>
--- 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:
 
--- 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:** <http://sjl.bitbucket.org/temperance/>
-* **Mercurial:** <http://bitbucket.org/sjl/temperance/>
-* **Git:** <http://github.com/sjl/temperance/>
-* **Issues:** <http://github.com/sjl/temperance/issues/>
+* **Documentation:** <http://docs.stevelosh.com/temperance/>
+* **Mercurial:** <https://hg.sr.ht/~sjl/temperance/>
+* **Git:** <https://github.com/sjl/temperance/>