diff --git a/_config.yml b/_config.yml --- a/_config.yml +++ b/_config.yml @@ -18,9 +18,8 @@ Latest Roadmap: "https://www.bitcoincash.org/roadmap.html" Blog: "https://blog.bitcoinabc.org/" Download: - - Binaries: "releases/" + - Releases: "releases/" - Source Code: "https://github.com/Bitcoin-ABC/bitcoin-abc" - - Ubuntu Packages: "https://launchpad.net/~bitcoin-abc/+archive/ubuntu/ppa" Documentation: "doc/" Developers: - Contributing: "CONTRIBUTING.html" diff --git a/index.html b/index.html --- a/index.html +++ b/index.html @@ -14,21 +14,13 @@ protocol development with an open and collaborative process. -
-
- {% assign latestVersion = site.data.github-releases[0].name %} - Install the latest version ({{ latestVersion }}): -
- Source Code - Binaries -
- Packages: -
- Docker - Arch Linux - (Qt) - Ubuntu -
+ +
+ + {% assign latestVersion = site.data.github-releases[0].name %} +

Install the latest version ({{ latestVersion }})

+ +
Tweets by Bitcoin_ABC diff --git a/releases.html b/releases.html --- a/releases.html +++ b/releases.html @@ -11,7 +11,7 @@
Published: {{ releases[0].published_at | date: "%a %b %e %Y" }}
-
+
Linux @@ -29,7 +29,27 @@ Source Snapshot
-
+ +
+

Packages

+ + + Ubuntu + + + + + Docker + +
+
For the latest source code, see Github.