Changed http:// to https:// on Yasm link (#9369)

Changed http:// to https:// on Yasm link in README.md
This commit is contained in:
Marius Kjærstad 2018-08-17 12:19:15 +02:00 committed by Wei Tang
parent c21c19bd6c
commit 949b9c85ca
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ We recommend installing Rust through [rustup](https://www.rustup.rs/). If you do
Once you have rustup installed, then you need to install:
* [Perl](https://www.perl.org)
* [Yasm](http://yasm.tortall.net)
* [Yasm](https://yasm.tortall.net)
Make sure that these binaries are in your `PATH`. After that you should be able to build Parity-Ethereum from source.