--- a/Makefile Fri Nov 24 14:30:25 2017 -0500
+++ b/Makefile Mon Dec 23 16:32:24 2019 -0500
@@ -26,7 +26,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/cl-blt
- hg -R ~/src/sjl.bitbucket.org commit -Am 'cl-blt: 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-blt
+ hg -R ~/src/docs.stevelosh.com commit -Am 'cl-blt: Update site.'
+ hg -R ~/src/docs.stevelosh.com push
--- a/README.markdown Fri Nov 24 14:30:25 2017 -0500
+++ b/README.markdown Mon Dec 23 16:32:24 2019 -0500
@@ -5,6 +5,6 @@
**It's still in development and undocumented. Use at your own risk.**
* **License:** MIT/X11
-* **Documentation:** <https://sjl.bitbucket.io/cl-blt/>
-* **Mercurial:** <http://bitbucket.org/sjl/cl-blt/>
-* **Git:** <http://github.com/sjl/cl-blt/>
+* **Documentation:** <https://docs.stevelosh.com/cl-blt/>
+* **Mercurial:** <https://hg.sr.ht/~sjl/cl-blt/>
+* **Git:** <https://github.com/sjl/cl-blt/>
--- a/docs/footer.markdown Fri Nov 24 14:30:25 2017 -0500
+++ b/docs/footer.markdown Mon Dec 23 16:32:24 2019 -0500
@@ -1,14 +1,3 @@
<i>Made with Lisp and love by [Steve Losh][] in Reykjavík, Iceland.</i>
[Steve Losh]: http://stevelosh.com/
-
-<script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
- ga('create', 'UA-15328874-3', 'auto');
- ga('send', 'pageview');
-
-</script>
--- a/docs/index.markdown Fri Nov 24 14:30:25 2017 -0500
+++ b/docs/index.markdown Mon Dec 23 16:32:24 2019 -0500
@@ -5,6 +5,6 @@
**It's still in development and undocumented. Use at your own risk.**
* **License:** MIT/X11
-* **Documentation:** <https://sjl.bitbucket.io/cl-blt/>
-* **Mercurial:** <http://bitbucket.org/sjl/cl-blt/>
+* **Documentation:** <https://docs.stevelosh.com/cl-blt/>
+* **Mercurial:** <https://hg.sr.ht/~sjl/cl-blt/>
* **Git:** <http://github.com/sjl/cl-blt/>