aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml2
-rw-r--r--README.md6
-rw-r--r--index.html2
3 files changed, 8 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 49874bd..ffb8bbc 100644
--- a/.build.yml
+++ b/.build.yml
@@ -17,4 +17,4 @@ tasks:
python3 update.py
- deploy: |
cd arewe1.0yet
- rsync --rsh="ssh -o StrictHostKeyChecking=no" -rlt8hP --del out/ $deploy:/var/www/html/1.0.boringcactus.com/
+ rsync --rsh="ssh -o StrictHostKeyChecking=no" -rlt8hP --del out/ $deploy:/var/www/html/arewe1.0yet.org/
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..858c1df
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+# Are We 1.0 Yet?
+
+tracking the stability of the Rust ecosystem.
+
+source code: <https://git.sr.ht/~boringcactus/arewe1.0yet>
+mailing list: <https://lists.sr.ht/~boringcactus/arewe1.0yet>
diff --git a/index.html b/index.html
index 72dca25..ede8649 100644
--- a/index.html
+++ b/index.html
@@ -89,7 +89,7 @@
<footer>
Built by <a href="https://www.boringcactus.com/">boringcactus</a>.
Inspired by <a href="https://pythonwheels.com/">Python Wheels</a>.
- Generator code <a href="https://git.sr.ht/~boringcactus/arewe1.0yet">available</a>.
+ Generator code <a href="https://sr.ht/~boringcactus/arewe1.0yet/">available</a>.
Data pulled at {{ metadata.timestamp }}.
</footer>
</body>