docs: update repository links (#9159)

* docs: update repository links

* docs: update repository links in contribution guide
This commit is contained in:
Afri Schoedon
2018-07-23 13:58:50 +02:00
committed by Marek Kotewicz
parent d436eddc6a
commit 8dd4db5d85
11 changed files with 290 additions and 290 deletions

View File

@@ -36,7 +36,7 @@ RUN apt-get update && \
# show backtraces
RUST_BACKTRACE=1 && \
# build parity
cd /build&&git clone https://github.com/paritytech/parity && \
cd /build&&git clone https://github.com/paritytech/parity-ethereum && \
cd parity && \
git pull&& \
git checkout $BUILD_TAG && \