Skip to content

Commit 1d46650

Browse files
authored
Merge pull request #2471 from basho/cv_fix_setup_urls
Fixes download urls
2 parents 552cc5e + d3c3f57 commit 1d46650

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

content/riak/kv/2.2.0/setup/installing/debian-ubuntu.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,21 +182,21 @@ for the target platform:
182182
#### Ubuntu Lucid Lynx (10.04)
183183

184184
```bash
185-
wget http://s3.amazonaws.com/downloads.basho.com/riak/2.0/2.2.0/ubuntu/lucid/riak_2.2.0-1_amd64.deb
185+
wget http://s3.amazonaws.com/downloads.basho.com/riak/2.2/2.2.0/ubuntu/lucid/riak_2.2.0-1_amd64.deb
186186
sudo dpkg -i riak_2.2.0-1_amd64.deb
187187
```
188188

189189
#### Ubuntu Natty Narwhal (11.04)
190190

191191
```bash
192-
wget http://s3.amazonaws.com/downloads.basho.com/riak/2.0/2.2.0/ubuntu/natty/riak_2.2.0-1_amd64.deb
192+
wget http://s3.amazonaws.com/downloads.basho.com/riak/2.2/2.2.0/ubuntu/natty/riak_2.2.0-1_amd64.deb
193193
sudo dpkg -i riak_2.2.0-1_amd64.deb
194194
```
195195

196196
#### Ubuntu Precise Pangolin (12.04)
197197

198198
```bash
199-
wget http://s3.amazonaws.com/downloads.basho.com/riak/2.0/2.2.0/ubuntu/precise/riak_2.2.0-1_amd64.deb
199+
wget http://s3.amazonaws.com/downloads.basho.com/riak/2.2/2.2.0/ubuntu/precise/riak_2.2.0-1_amd64.deb
200200
sudo dpkg -i riak_2.2.0-1_amd64.deb
201201
```
202202

@@ -212,7 +212,7 @@ Riak requires an [Erlang](http://www.erlang.org/) installation.
212212
Instructions can be found in [Installing Erlang][install source erlang].
213213

214214
```bash
215-
wget http://s3.amazonaws.com/downloads.basho.com/riak/2.0/2.2.0/riak-2.2.0.tar.gz
215+
wget http://s3.amazonaws.com/downloads.basho.com/riak/2.2/2.2.0/riak-2.2.0.tar.gz
216216
tar zxvf riak-2.2.0.tar.gz
217217
cd riak-2.2.0
218218
make rel

content/riak/kv/2.2.0/setup/installing/freebsd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can install the Riak binary package on FreeBSD remotely using the
4444
`pkg_add` remote option. For this example, we're installing `riak-2.2.0-FreeBSD-amd64.tbz`.
4545

4646
```bash
47-
sudo pkg_add -r http://s3.amazonaws.com/downloads.basho.com/riak/2.0/2.2.0/freebsd/9/riak-2.2.0-FreeBSD-amd64.tbz
47+
sudo pkg_add -r http://s3.amazonaws.com/downloads.basho.com/riak/2.2/2.2.0/freebsd/9/riak-2.2.0-FreeBSD-amd64.tbz
4848
```
4949

5050
When Riak is installed, a message is displayed with information about the installation and available documentation.

content/riak/kv/2.2.0/setup/installing/rhel-centos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ sudo yum install riak
118118
Or you can install the `.rpm` package manually:
119119

120120
```bash
121-
wget http://s3.amazonaws.com/downloads.basho.com/riak/2.0/2.2.0/rhel/5/riak-2.2.0-1.el5.x86_64.rpm
121+
wget http://s3.amazonaws.com/downloads.basho.com/riak/2.2/2.2.0/rhel/5/riak-2.2.0-1.el5.x86_64.rpm
122122
sudo rpm -Uvh riak-2.2.0-1.el5.x86_64.rpm
123123
```
124124

@@ -134,7 +134,7 @@ sudo yum install riak
134134
Or you can install the `.rpm` package manually:
135135

136136
```bash
137-
wget http://s3.amazonaws.com/downloads.basho.com/riak/2.0/2.2.0/rhel/6/riak-2.2.0-1.el6.x86_64.rpm
137+
wget http://s3.amazonaws.com/downloads.basho.com/riak/2.2/2.2.0/rhel/6/riak-2.2.0-1.el6.x86_64.rpm
138138
sudo rpm -Uvh riak-2.2.0-1.el6.x86_64.rpm
139139
```
140140

content/riak/kv/2.2.0/setup/installing/smartos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ cat /opt/local/etc/pkgin/repositories.conf
7474
Download your version of the Riak binary package for SmartOS:
7575

7676
```bash
77-
curl -o /tmp/riak-2.2.0-SmartOS-x86_64.tgz http://s3.amazonaws.com/downloads.basho.com/riak/2.0/2.2.0/smartos/1.8/riak-2.2.0-SmartOS-x86_64.tgz
77+
curl -o /tmp/riak-2.2.0-SmartOS-x86_64.tgz http://s3.amazonaws.com/downloads.basho.com/riak/2.2/2.2.0/smartos/1.8/riak-2.2.0-SmartOS-x86_64.tgz
7878
```
7979

8080
Next, install the package:

content/riak/kv/2.2.0/setup/installing/solaris.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Note that you must restart to have the above settings take effect.
5454
Download your version of the Riak binary package for Solaris 10:
5555

5656
```bash
57-
curl -o /tmp/BASHOriak-2.2.0-Solaris10-i386.pkg.gz http://s3.amazonaws.com/downloads.basho.com/riak/2.0/2.2.0/solaris/10/BASHOriak-2.2.0-Solaris10-x86_64.pkg.gz
57+
curl -o /tmp/BASHOriak-2.2.0-Solaris10-i386.pkg.gz http://s3.amazonaws.com/downloads.basho.com/riak/2.2/2.2.0/solaris/10/BASHOriak-2.2.0-Solaris10-x86_64.pkg.gz
5858
```
5959

6060
Next, install the package:

0 commit comments

Comments
 (0)