summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Losh <steve@stevelosh.com>2019-12-23 16:29:23 -0500
committerSteve Losh <steve@stevelosh.com>2019-12-23 16:29:23 -0500
commit69a250056c9fefcd52fe300cb543ed54bd6be5cb (patch)
tree0261de77dade3940f34ce02f6f107bb142f14b28
parent415a45506421c7737ed8e7edcf26600ff4a550aa (diff)
Update URLs
-rw-r--r--Makefile8
-rw-r--r--README.markdown7
-rw-r--r--contrib/gdl-benchmark/README.markdown8
-rw-r--r--docs/index.markdown7
4 files changed, 14 insertions, 16 deletions
diff --git a/Makefile b/Makefile
index 51f05ae..1e74556 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ docs/build/index.html: $(docfiles) $(apidoc)
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 --git a/README.markdown b/README.markdown
index ee61b5b..dead502 100644
--- a/README.markdown
+++ b/README.markdown
@@ -29,7 +29,6 @@ for.
[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/>
diff --git a/contrib/gdl-benchmark/README.markdown b/contrib/gdl-benchmark/README.markdown
index d2f0042..f2bfb7a 100644
--- a/contrib/gdl-benchmark/README.markdown
+++ b/contrib/gdl-benchmark/README.markdown
@@ -23,12 +23,12 @@ clone them elsewhere and symlink them if you prefer:
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 --git a/docs/index.markdown b/docs/index.markdown
index 829676b..2adc24f 100644
--- a/docs/index.markdown
+++ b/docs/index.markdown
@@ -23,7 +23,6 @@ for.
[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/>