Skip to content

Commit c04610d

Browse files
author
Vaughn Dice
committed
docs(README.md): update bucket location
1 parent 60e7af1 commit c04610d

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
Download Links:
88

9-
- [64 Bit Linux](https://storage.googleapis.com/workflow-cli/deis-latest-linux-amd64)
10-
- [32 Bit Linux](https://storage.googleapis.com/workflow-cli/deis-latest-linux-386)
11-
- [64 Bit Mac OS X](https://storage.googleapis.com/workflow-cli/deis-latest-darwin-amd64)
12-
- [32 Bit Max OS X](https://storage.googleapis.com/workflow-cli/deis-latest-darwin-386)
13-
- [64 Bit Windows](https://storage.googleapis.com/workflow-cli/deis-latest-windows-amd64.exe)
14-
- [32 Bit Windows](https://storage.googleapis.com/workflow-cli/deis-latest-windows-386.exe)
9+
- [64 Bit Linux](https://storage.googleapis.com/workflow-cli-master/deis-latest-linux-amd64)
10+
- [32 Bit Linux](https://storage.googleapis.com/workflow-cli-master/deis-latest-linux-386)
11+
- [64 Bit Mac OS X](https://storage.googleapis.com/workflow-cli-master/deis-latest-darwin-amd64)
12+
- [32 Bit Max OS X](https://storage.googleapis.com/workflow-cli-master/deis-latest-darwin-386)
13+
- [64 Bit Windows](https://storage.googleapis.com/workflow-cli-master/deis-latest-windows-amd64.exe)
14+
- [32 Bit Windows](https://storage.googleapis.com/workflow-cli-master/deis-latest-windows-386.exe)
1515

1616
`deis` is a command line utility used to interact with the [Deis](http://deis.io) open source PaaS.
1717

@@ -26,37 +26,37 @@ See the appropriate sub-section below for your system to download and install th
2626
#### 64 Bit Linux
2727

2828
```console
29-
curl -o deis https://storage.googleapis.com/workflow-cli/deis-latest-linux-amd64 && chmod +x deis
29+
curl -o deis https://storage.googleapis.com/workflow-cli-master/deis-latest-linux-amd64 && chmod +x deis
3030
```
3131

3232
#### 32 Bit Linux
3333

3434
```console
35-
curl -o deis https://storage.googleapis.com/workflow-cli/deis-latest-linux-386 && chmod +x deis
35+
curl -o deis https://storage.googleapis.com/workflow-cli-master/deis-latest-linux-386 && chmod +x deis
3636
```
3737

3838
#### 64 Bit Mac OS X
3939

4040
```console
41-
curl -o deis https://storage.googleapis.com/workflow-cli/deis-latest-darwin-amd64 && chmod +x deis
41+
curl -o deis https://storage.googleapis.com/workflow-cli-master/deis-latest-darwin-amd64 && chmod +x deis
4242
```
4343

4444
#### 32 Bit Max OS X
4545

4646
```console
47-
curl -o deis https://storage.googleapis.com/workflow-cli/deis-latest-darwin-386 && chmod +x deis
47+
curl -o deis https://storage.googleapis.com/workflow-cli-master/deis-latest-darwin-386 && chmod +x deis
4848
```
4949

5050
#### 64 Bit Windows
5151

5252
```console
53-
powershell -NoProfile -ExecutionPolicy Bypass -Command "(new-object net.webclient).DownloadFile('https://storage.googleapis.com/workflow-cli/deis-latest-windows-amd64.exe', 'deis.exe')"
53+
powershell -NoProfile -ExecutionPolicy Bypass -Command "(new-object net.webclient).DownloadFile('https://storage.googleapis.com/workflow-cli-master/deis-latest-windows-amd64.exe', 'deis.exe')"
5454
```
5555

5656
#### 32 Bit Windows
5757

5858
```console
59-
powershell -NoProfile -ExecutionPolicy Bypass -Command "(new-object net.webclient).DownloadFile('https://storage.googleapis.com/workflow-cli/deis-latest-windows-386.exe', 'deis.exe')"
59+
powershell -NoProfile -ExecutionPolicy Bypass -Command "(new-object net.webclient).DownloadFile('https://storage.googleapis.com/workflow-cli-master/deis-latest-windows-386.exe', 'deis.exe')"
6060
```
6161

6262

0 commit comments

Comments
 (0)