--- a/Makefile Mon Jan 15 15:50:14 2018 -0500
+++ b/Makefile Mon Dec 23 16:21:46 2019 -0500
@@ -20,10 +20,10 @@
docs: docs/build/index.html
pubdocs: docs
- hg -R ~/src/sjl.bitbucket.org pull -u
- rsync --delete -a ./docs/build/ ~/src/sjl.bitbucket.org/beast
- hg -R ~/src/sjl.bitbucket.org commit -Am 'beast: 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/beast
+ hg -R ~/src/docs.stevelosh.com commit -Am 'beast: Update site.'
+ hg -R ~/src/docs.stevelosh.com push
# Testing ---------------------------------------------------------------------
test: test-sbcl test-ccl test-ecl test-abcl
--- a/README.markdown Mon Jan 15 15:50:14 2018 -0500
+++ b/README.markdown Mon Dec 23 16:21:46 2019 -0500
@@ -17,14 +17,14 @@
(ql:quickload :beast)
-Check out the [Overview](https://sjl.bitbucket.io/beast/overview/) for
+Check out the [Overview](https://docs.stevelosh.com/beast/overview/) for
a three-minute description of what this is, or the
-[Usage](https://sjl.bitbucket.io/beast/usage/) for a full rundown.
+[Usage](https://docs.stevelosh.com/beast/usage/) for a full rundown.
* **License:** MIT
-* **Documentation:** <https://sjl.bitbucket.io/beast/>
-* **Mercurial:** <http://bitbucket.org/sjl/beast/>
-* **Git:** <http://github.com/sjl/beast/>
+* **Documentation:** <https://docs.stevelosh.com/beast/>
+* **Mercurial:** <https://hg.sr.ht/~sjl/beast/>
+* **Git:** <https://github.com/sjl/beast/>
The test suite currently passes in SBCL, CCL, ECL, and ABCL on OS X and Debian.
Further testing is welcome.
--- a/beast.asd Mon Jan 15 15:50:14 2018 -0500
+++ b/beast.asd Mon Dec 23 16:21:46 2019 -0500
@@ -1,7 +1,7 @@
(asdf:defsystem :beast
:description "Basic Entity/Aspect/System Toolkit"
:author "Steve Losh <steve@stevelosh.com>"
- :homepage "https://sjl.bitbucket.io/beast/"
+ :homepage "https://docs.stevelosh.com/beast/"
:license "MIT"
:version "1.1.0"
--- a/docs/02-usage.markdown Mon Jan 15 15:50:14 2018 -0500
+++ b/docs/02-usage.markdown Mon Dec 23 16:21:46 2019 -0500
@@ -213,4 +213,4 @@
Beast also does some stuff not discussed here like caching entities by
aspect/system and type-hinting system functions. If you're curious about how it
-works you can [read the source](http://bitbucket.org/sjl/beast/src/).
+works you can [read the source](https://hg.sr.ht/~sjl/beast/).
--- a/docs/index.markdown Mon Jan 15 15:50:14 2018 -0500
+++ b/docs/index.markdown Mon Dec 23 16:21:46 2019 -0500
@@ -8,9 +8,9 @@
this is, or the [Usage](./usage/) for a full rundown.
* **License:** MIT
-* **Documentation:** <https://sjl.bitbucket.io/beast/>
-* **Mercurial:** <http://bitbucket.org/sjl/beast/>
-* **Git:** <http://github.com/sjl/beast/>
+* **Documentation:** <https://docs.stevelosh.com/beast/>
+* **Mercurial:** <https://hg.sr.ht/~sjl/beast/>
+* **Git:** <https://github.com/sjl/beast/>
The test suite currently passes in SBCL, CCL, ECL, and ABCL on OS X and Debian.
Further testing is welcome.