diff --git a/docs/_config.yml b/docs/_config.yml index 66f0d9f..abf1f82 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -2,7 +2,7 @@ theme: jekyll-theme-tactile repository: mgree/ffs github: public: true - macos_url: https://github.com/mgree/ffs/releases/download/macos-latest/ffs - linux_url: https://github.com/mgree/ffs/releases/download/ubuntu-latest/ffs + macos_url: https://github.com/mgree/ffs/releases/download/latest/ffs.macos + linux_url: https://github.com/mgree/ffs/releases/download/latest/ffs.linux exclude: - Gemfile diff --git a/docs/index.md b/docs/index.md index cf2a21f..e020283 100644 --- a/docs/index.md +++ b/docs/index.md @@ -94,7 +94,7 @@ volume is unmounted, the resulting output will be written back to On Linux you need [FUSE](https://github.com/libfuse/libfuse); on macOS, you need [macFUSE](https://osxfuse.github.io/). You can then -download a single executable. These are the latest builds: +download a single executable. These are the [latest development builds](https://github.com/mgree/ffs/releases/tag/latest): - [Linux]({{ site.github.linux_url }}) - [macOS]({{ site.github.macos_url }})