--- a/Makefile Mon Jan 15 15:50:40 2018 -0500
+++ b/Makefile Mon Dec 23 16:18:36 2019 -0500
@@ -40,7 +40,7 @@
docs: docs/build/index.html
pubdocs: docs
- hg -R ~/src/sjl.bitbucket.org pull -u
- rsync --delete -a ./docs/build/ ~/src/sjl.bitbucket.org/chancery
- hg -R ~/src/sjl.bitbucket.org commit -Am 'chancery: 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/chancery
+ hg -R ~/src/docs.stevelosh.com commit -Am 'chancery: Update site.'
+ hg -R ~/src/docs.stevelosh.com push
--- a/README.markdown Mon Jan 15 15:50:40 2018 -0500
+++ b/README.markdown Mon Dec 23 16:18:36 2019 -0500
@@ -14,9 +14,9 @@
[Tracery]: http://tracery.io/
* **License:** MIT
-* **Documentation:** <https://sjl.bitbucket.io/chancery/>
-* **Mercurial:** <http://bitbucket.org/sjl/chancery/>
-* **Git:** <http://github.com/sjl/chancery/>
+* **Documentation:** <https://docs.stevelosh.com/chancery/>
+* **Mercurial:** <https://hg.sr.ht/~sjl/chancery/>
+* **Git:** <https://github.com/sjl/chancery/>
Chancery focuses on simplicity, correctness, and usability. Performance is not
*terrible*, but is not a high priority.
--- a/chancery.asd Mon Jan 15 15:50:40 2018 -0500
+++ b/chancery.asd Mon Dec 23 16:18:36 2019 -0500
@@ -1,7 +1,7 @@
(asdf:defsystem :chancery
:description "A library for procedurally generating text, inspired by Tracery."
:author "Steve Losh <steve@stevelosh.com>"
- :homepage "https://sjl.bitbucket.io/chancery/"
+ :homepage "https://docs.stevelosh.com/chancery/"
:license "MIT/X11"
:version "1.0.0"
--- a/docs/index.markdown Mon Jan 15 15:50:40 2018 -0500
+++ b/docs/index.markdown Mon Dec 23 16:18:36 2019 -0500
@@ -4,9 +4,9 @@
Chancery can be installed with [Quicklisp][]: `(ql:quickload :chancery)`
* **License:** MIT/X11
-* **Documentation:** <https://sjl.bitbucket.io/chancery/>
-* **Mercurial:** <http://bitbucket.org/sjl/chancery/>
-* **Git:** <http://github.com/sjl/chancery/>
+* **Documentation:** <https://docs.stevelosh.com/chancery/>
+* **Mercurial:** <https://hg.sr.ht/~sjl/chancery/>
+* **Git:** <https://github.com/sjl/chancery/>
Chancery focuses on simplicity, correctness, and usability. Performance is not
*terrible*, but is not a high priority.