--- a/Makefile Sun Feb 11 13:34:32 2018 -0500
+++ b/Makefile Mon Dec 23 16:14:30 2019 -0500
@@ -21,10 +21,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/cl-pcg
- hg -R ~/src/sjl.bitbucket.org commit -Am 'cl-pcg: 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/cl-pcg
+ hg -R ~/src/docs.stevelosh.com commit -Am 'cl-pcg: Update site.'
+ hg -R ~/src/docs.stevelosh.com push
# Build -----------------------------------------------------------------------
lisps := $(shell ffind '\.(asd|lisp|ros)$$')
--- a/README.markdown Sun Feb 11 13:34:32 2018 -0500
+++ b/README.markdown Mon Dec 23 16:14:30 2019 -0500
@@ -10,11 +10,10 @@
[pcg]: http://www.pcg-random.org/
* **License:** MIT
-* **Documentation:** <https://sjl.bitbucket.io/cl-pcg/>
-* **Mercurial:** <https://bitbucket.org/sjl/cl-pcg/>
+* **Documentation:** <https://docs.stevelosh.com/cl-pcg/>
+* **Mercurial:** <https://hg.sr.ht/~sjl/cl-pcg/>
* **Git:** <https://github.com/sjl/cl-pcg/>
-
Testing with Dieharder
----------------------
@@ -27,4 +26,4 @@
```
`build/pcg` will dump out infinite random bytes until stdout breaks, so maybe
-don't run it in a bare terminal unless you want to just totally hose it.
+don't run it in a bare terminal unless you want to just totally hose it.
--- a/cl-pcg.asd Sun Feb 11 13:34:32 2018 -0500
+++ b/cl-pcg.asd Mon Dec 23 16:14:30 2019 -0500
@@ -1,7 +1,7 @@
(asdf:defsystem :cl-pcg
:description "A bare-bones Permuted Congruential Generator implementation in pure Common Lisp."
:author "Steve Losh <steve@stevelosh.com>"
- :homepage "https://sjl.bitbucket.io/cl-pcg/"
+ :homepage "https://docs.stevelosh.com/cl-pcg/"
:license "MIT"
:version "1.0.0"
--- a/docs/index.markdown Sun Feb 11 13:34:32 2018 -0500
+++ b/docs/index.markdown Mon Dec 23 16:14:30 2019 -0500
@@ -12,8 +12,8 @@
[pcg]: http://www.pcg-random.org/
* **License:** MIT
-* **Documentation:** <https://sjl.bitbucket.io/cl-pcg/>
-* **Mercurial:** <https://bitbucket.org/sjl/cl-pcg/>
+* **Documentation:** <https://docs.stevelosh.com/cl-pcg/>
+* **Mercurial:** <https://hg.sr.ht/~sjl/cl-pcg/>
* **Git:** <https://github.com/sjl/cl-pcg/>
[quicklisp]: https://quicklisp.org/