Skip to content

Commit 8d2f30a

Browse files
committed
docs(client): update links to binary versions for v0.8.0
Fixes #856.
1 parent c34b6ac commit 8d2f30a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

client/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Get Started
7777
If you don't have `Python`_ installed, you can download a binary executable
7878
version of the Deis client for Mac OS X, Windows, or Debian Linux:
7979

80-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.7.0.tgz
81-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win64-0.7.0.zip
82-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-deb-wheezy-0.7.0.tgz
80+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.8.0.tgz
81+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win32-0.8.0.zip
82+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-deb-wheezy-0.8.0.tgz
8383

8484
2. `Register a User`_:
8585

docs/contributing/releases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ github.com/deis/deis Repo
4141
- ``pip install pyinstaller && make -C controller client``
4242
- build **deis-osx-X.Y.Z.tgz** on Mac OS X 10.8 for all Macs (10.9 uses
4343
LLVM, which makes our binary crash on earlier OS versions)
44-
- build **deis-win64-X.Y.Z.zip** on Windows 7 64-bit
44+
- build **deis-win32-X.Y.Z.zip** on Windows 7 32-bit
4545
- build **deis-deb-wheezy-X.Y.Z.tgz** on Debian Wheezy
4646
(see https://github.com/deis/deis/issues/504)
4747
- upload all binaries to the `aws-eng S3 bucket`_ and set each as

docs/developer/install-client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you don't have Python_ installed, you can download a binary executable
2626
version of the Deis client for Mac OS X, Windows, or Debian Linux:
2727

2828
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.8.0.tgz
29-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win64-0.8.0.zip
29+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win32-0.8.0.zip
3030
- https://s3-us-west-2.amazonaws.com/opdemand/deis-deb-wheezy-0.8.0.tgz
3131

3232

docs/operations/register-admin-user.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you don't have Python_ installed, you can download a binary executable
3030
version of the Deis client for Mac OS X, Windows, or Debian Linux:
3131

3232
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.8.0.tgz
33-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win64-0.8.0.zip
33+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win32-0.8.0.zip
3434
- https://s3-us-west-2.amazonaws.com/opdemand/deis-deb-wheezy-0.8.0.tgz
3535

3636
Register a User

0 commit comments

Comments
 (0)