diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2020-10-14 15:55:42 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-14 15:55:42 +1100 |
commit | 75722c6d2407776e443ae7786360cd46cbe5ca6b (patch) | |
tree | 3ec36e5a17be1d49bd131b67482739b6e7e1930c /src/index.html | |
parent | 42e00ef56a00c304090c54ef05ff1fc0dcb148b6 (diff) | |
parent | 7e75b98e1f211fe666476095af424353500479ec (diff) | |
download | BIP39-75722c6d2407776e443ae7786360cd46cbe5ca6b.tar.gz BIP39-75722c6d2407776e443ae7786360cd46cbe5ca6b.tar.zst BIP39-75722c6d2407776e443ae7786360cd46cbe5ca6b.zip |
Merge pull request #445 from jsarenik/jsn/releases-link
src/index.html: Change link to latest standalone release
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html index f66d4ed..f6792d3 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -871,9 +871,9 @@ | |||
871 | on any offline computer. | 871 | on any offline computer. |
872 | </p> | 872 | </p> |
873 | <p> | 873 | <p> |
874 | <span>Alternatively, download the file from the repository</span> | 874 | <span>Alternatively, download the file from the latest GitHub release</span> |
875 | - | 875 | - |
876 | <a href="https://github.com/iancoleman/bip39">https://github.com/iancoleman/bip39</a> | 876 | <a href="https://github.com/iancoleman/bip39/releases/latest/">https://github.com/iancoleman/bip39/releases/latest/</a> |
877 | </p> | 877 | </p> |
878 | 878 | ||
879 | </div> | 879 | </div> |