M _templates/layout.html +1 -1
@@ 25,7 25,7 @@
{% block footer %}
<footer>
<a href="index.html">Home</a>
- <a href="https://bitbucket.org/julfers/revolvingdoorhoax">Source code</a>
+ <a href="https://hg.sr.ht/~julfers/revolvingdoorhoax">Source code</a>
<small>Copyright 2017, WTFPL</small>
<script>
M experiment.rst +2 -2
@@ 103,10 103,10 @@ swinging door, thus coupling directly to
Programming
===========
-The whole thing gets hooked up to an Arduino. It has a Web interface to control it and collect data. The `source code is on Bitbucket`_ and you can pretend you're controlling the experiment with this in-browser demo:
+The whole thing gets hooked up to an Arduino. It has a Web interface to control it and collect data. The `source code is on Sourcehut`_ and you can pretend you're controlling the experiment with this in-browser demo:
.. raw:: html
<iframe class="model" src="_static/model.html"/>
-.. _Source code is on Bitbucket: https://bitbucket.org/julfers/revolvingdoorhoax
No newline at end of file
+.. _Source code is on Sourcehut: https://hg.sr.ht/~julfers/revolvingdoorhoax
No newline at end of file
M readme.md +2 -3
@@ 1,6 1,6 @@
# The great revolving door hoax #
-Visit the project site at http://revolvingdoorhoax.org. The Github repository serves the site, the actual source lives in a [Mercurial repository].
+A small-scale simulation of revolving door versus ordinary door using Arduino. Read all about it at https://www.revolvingdoorhoax.org/
## Run the experiment ##
@@ 31,7 31,7 @@ Dependencies bundled with this project.
## Build the site ##
-The site builds with [Sphinx]
+The site builds with [Sphinx] and is hosted on Github pages.
```
pip install sphinx
@@ 40,7 40,6 @@ make clean html
To deploy, run `./deploy-site.sh`
-[Mercurial repository]: https://bitbucket.org/julfers/revolvingdoorhoax
[Python 2]: https://www.python.org/
[Sphinx]: http://sphinx-doc.org/latest/install.html
[pySerial]: http://pyserial.sourceforge.net/