# HG changeset patch # User Steve Losh # Date 1577135916 18000 # Node ID d0338a96e26565468a07abc4282b23f132fe0dca # Parent dc7093d4922e69fe402e1084d982c1785c387462 Update URLs diff -r dc7093d4922e -r d0338a96e265 Makefile --- 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 diff -r dc7093d4922e -r d0338a96e265 README.markdown --- 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:** -* **Mercurial:** -* **Git:** +* **Documentation:** +* **Mercurial:** +* **Git:** Chancery focuses on simplicity, correctness, and usability. Performance is not *terrible*, but is not a high priority. diff -r dc7093d4922e -r d0338a96e265 chancery.asd --- 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 " - :homepage "https://sjl.bitbucket.io/chancery/" + :homepage "https://docs.stevelosh.com/chancery/" :license "MIT/X11" :version "1.0.0" diff -r dc7093d4922e -r d0338a96e265 docs/index.markdown --- 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:** -* **Mercurial:** -* **Git:** +* **Documentation:** +* **Mercurial:** +* **Git:** Chancery focuses on simplicity, correctness, and usability. Performance is not *terrible*, but is not a high priority.