Skip to content

Commit 9e60565

Browse files
committed
docs(): updated download links
1 parent 9eec689 commit 9e60565

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/sources/installation/debian.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ page_keywords: grafana, installation, debian, ubuntu, guide
1010

1111
Description | Download
1212
------------ | -------------
13-
Stable .deb for Debian-based Linux | [grafana_3.0.3-1463994644.deb](https://grafanarel.s3.amazonaws.com/builds/grafana_3.0.3-1463994644.deb)
13+
Stable .deb for Debian-based Linux | [grafana_3.0.3-1463994644.deb](https://grafanarel.s3.amazonaws.com/builds/grafana_3.0.3-1463994644_amd64.deb)
1414

1515
## Install Stable
1616

17-
$ wget https://grafanarel.s3.amazonaws.com/builds/grafana_3.0.3-1463994644.deb
17+
$ wget https://grafanarel.s3.amazonaws.com/builds/grafana_3.0.3-1463994644_amd64.deb
1818
$ sudo apt-get install -y adduser libfontconfig
19-
$ sudo dpkg -i grafana_3.0.3-1463994644.deb
19+
$ sudo dpkg -i grafana_3.0.3-1463994644_amd64.deb
2020

2121
## APT Repository
2222

docs/sources/installation/rpm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ page_keywords: grafana, installation, centos, fedora, opensuse, redhat, guide
1010

1111
Description | Download
1212
------------ | -------------
13-
Stable .RPM for CentOS / Fedora / OpenSuse / Redhat Linux | [grafana-3.0.2-1463383025.x86_64.rpm](https://grafanarel.s3.amazonaws.com/builds/grafana-3.0.2-1463383025.x86_64.rpm)
13+
Stable .RPM for CentOS / Fedora / OpenSuse / Redhat Linux | [grafana-3.0.3-1463994644.x86_64.rpm](https://grafanarel.s3.amazonaws.com/builds/grafana-3.0.3-1463994644.x86_64.rpm)
1414

1515
## Install Stable Release from package file
1616

1717
You can install Grafana using Yum directly.
1818

19-
$ sudo yum install https://grafanarel.s3.amazonaws.com/builds/grafana-3.0.2-1463383025.x86_64.rpm
19+
$ sudo yum install https://grafanarel.s3.amazonaws.com/builds/grafana-3.0.3-1463994644.x86_64.rpm
2020

2121
Or install manually using `rpm`.
2222

2323
#### On CentOS / Fedora / Redhat:
2424

2525
$ sudo yum install initscripts fontconfig
26-
$ sudo rpm -Uvh grafana-3.0.2-1463383025.x86_64.rpm
26+
$ sudo rpm -Uvh grafana-3.0.3-1463994644.x86_64.rpm
2727

2828
#### On OpenSuse:
2929

30-
$ sudo rpm -i --nodeps grafana-3.0.2-1463383025.x86_64.rpm
30+
$ sudo rpm -i --nodeps grafana-3.0.3-1463994644.x86_64.rpm
3131

3232
## Install via YUM Repository
3333

0 commit comments

Comments
 (0)