Fix link in README

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge 2016-04-05 20:47:38 +02:00
parent 78449fa62f
commit 00af537b0d
No known key found for this signature in database
GPG key ID: D808B4C167352E59
2 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ Run it and forget it!
## Features
- [It's fast](docs/index.md#benchmarks)
- [It's fast](http://docs.traefik.io/benchmarks)
- No dependency hell, single binary made with go
- Rest API
- Multiple backends supported: Docker, Mesos/Marathon, Consul, Etcd, and more to come

View file

@ -8,7 +8,7 @@ else
exit 0
fi
# load ssl key
# load ssh key
echo "Loading key..."
openssl aes-256-cbc -K $encrypted_27087ae1f4db_key -iv $encrypted_27087ae1f4db_iv -in .travis/traefik.id_rsa.enc -out ~/.ssh/traefik.id_rsa -d
eval "$(ssh-agent -s)"
@ -17,7 +17,7 @@ ssh-add ~/.ssh/traefik.id_rsa
# download github release
echo "Downloading ghr..."
curl -LO https://github.com/tcnksm/ghr/releases/download/pre-release/linux_amd64.zip
curl -LOs https://github.com/tcnksm/ghr/releases/download/pre-release/linux_amd64.zip
unzip -q linux_amd64.zip
sudo mv ghr /usr/bin/ghr
sudo chmod +x /usr/bin/ghr