diff options
author | Jan Sarenik <jajomojo@gmail.com> | 2020-02-18 13:56:30 +0100 |
---|---|---|
committer | Jan Sarenik <jajomojo@gmail.com> | 2020-10-07 15:14:47 +0200 |
commit | 7e75b98e1f211fe666476095af424353500479ec (patch) | |
tree | 3ec36e5a17be1d49bd131b67482739b6e7e1930c /src/index.html | |
parent | 42e00ef56a00c304090c54ef05ff1fc0dcb148b6 (diff) | |
download | BIP39-7e75b98e1f211fe666476095af424353500479ec.tar.gz BIP39-7e75b98e1f211fe666476095af424353500479ec.tar.zst BIP39-7e75b98e1f211fe666476095af424353500479ec.zip |
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> |