# HG changeset patch # User Steve Losh # Date 1577135670 18000 # Node ID 7e8b0e494c821eca26db09bfcda42da196cb3fbb # Parent 8ac3147a3182eac05a9b053bcbee49939a7f2057 Update URLs diff -r 8ac3147a3182 -r 7e8b0e494c82 Makefile --- 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)$$') diff -r 8ac3147a3182 -r 7e8b0e494c82 README.markdown --- 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:** -* **Mercurial:** +* **Documentation:** +* **Mercurial:** * **Git:** - 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. diff -r 8ac3147a3182 -r 7e8b0e494c82 cl-pcg.asd --- 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 " - :homepage "https://sjl.bitbucket.io/cl-pcg/" + :homepage "https://docs.stevelosh.com/cl-pcg/" :license "MIT" :version "1.0.0" diff -r 8ac3147a3182 -r 7e8b0e494c82 docs/index.markdown --- 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:** -* **Mercurial:** +* **Documentation:** +* **Mercurial:** * **Git:** [quicklisp]: https://quicklisp.org/