Skip to content

Commit 04952a5

Browse files
author
Matthew
committed
docs(readme): update client installation docs
1 parent 5a4174c commit 04952a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ kubectl get pods --namespace=deis
3737
Once this is done, you can SSH into the minion running the controller and run the following:
3838

3939
```
40-
$ curl -sSL https://s3-us-west-1.amazonaws.com/bacongobbler/bacongobbler/workflow/19/19.1/client/deis
40+
$ curl -sSL https://get-deis.s3.amazonaws.com/deis/workflow/220/220.1/client/deis
4141
$ chmod 755 deis
4242
$ sudo mv deis /bin
4343
$ kubectl get service --namespace=deis deis-workflow
@@ -55,7 +55,7 @@ If you want to retrieve the latest client build, check
5555
[the latest builds on Travis CI](https://travis-ci.org/deis/workflow/builds), notice the last build
5656
number that went green and use the following URL to retrieve the client build:
5757

58-
<https://s3-us-west-1.amazonaws.com/get-deis/deis/workflow/$BUILD_NUM/$BUILD_NUM.1/client/deis>
58+
<https://get-deis.s3.amazonaws.com/deis/workflow/$BUILD_NUM/$BUILD_NUM.1/client/deis>
5959

6060
If you want to hack on a new feature, build the deis/workflow image and push it to a Docker
6161
registry. The `$DEIS_REGISTRY` environment variable must point to a registry accessible to your

0 commit comments

Comments
 (0)