Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
Update latest-release include
Alexis Sellier committed 2 years ago
commit 1236541f5065fc715f7d63f1bb3a7b51c7534a9e
parent b81538f
2 files changed +3 -3
modified _includes/latest-release.html
@@ -36,14 +36,14 @@
  <strong class="desktop">Latest release</strong> 💾
  <span class="release-loader"></span>
  <span>
-
    <a href="https://files.radicle.xyz/latest" id="release-info"></a>
+
    <a href="https://files.radicle.xyz/releases/latest" id="release-info"></a>
    <span class="desktop">&middot;</span>
    <span id="release-timestamp" class="desktop"></span>
  </span>
</blockquote>

<script>
-
  fetch("https://files.radicle.xyz/latest/version.json")
+
  fetch("https://files.radicle.xyz/releases/latest/radicle.json")
    .then(res => res.json())
    .then(data => {
      const version = data.version;
modified index.md
@@ -136,4 +136,4 @@ Follow us on [Twitter][twitter] to stay updated, or join our [Zulip][zulip].
[heartwood]: https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
[cobs]: /guides/protocol#collaborative-objects
[local-first]: https://www.inkandswitch.com/local-first/
-
[binaries]: https://files.radicle.xyz/latest
+
[binaries]: /download