# HG changeset patch # User Steve Losh # Date 1577136106 18000 # Node ID 91983c942160caf977603bfa24a4615462438655 # Parent 1f78b4426ade95a2e272364bb4865d47efc1df77 Update URLs diff -r 1f78b4426ade -r 91983c942160 Makefile --- 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 diff -r 1f78b4426ade -r 91983c942160 README.markdown --- 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:** -* **Mercurial:** -* **Git:** +* **Documentation:** +* **Mercurial:** +* **Git:** The test suite currently passes in SBCL, CCL, ECL, and ABCL on OS X and Debian. Further testing is welcome. diff -r 1f78b4426ade -r 91983c942160 beast.asd --- 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 " - :homepage "https://sjl.bitbucket.io/beast/" + :homepage "https://docs.stevelosh.com/beast/" :license "MIT" :version "1.1.0" diff -r 1f78b4426ade -r 91983c942160 docs/02-usage.markdown --- 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/). diff -r 1f78b4426ade -r 91983c942160 docs/index.markdown --- 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:** -* **Mercurial:** -* **Git:** +* **Documentation:** +* **Mercurial:** +* **Git:** The test suite currently passes in SBCL, CCL, ECL, and ABCL on OS X and Debian. Further testing is welcome.