Skip to content

Commit 8fe4422

Browse files
committed
updated readme.md with new grafana organization urls
1 parent c19fafa commit 8fe4422

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Grafana](http://grafana.org) [![Build Status](https://api.travis-ci.org/torkelo/grafana.png)](https://travis-ci.org/torkelo/grafana)
1+
[Grafana](http://grafana.org) [![Build Status](https://api.travis-ci.org/grafana/grafana.png)](https://travis-ci.org/grafana/grafana)
22
=================
33
A beautiful, easy to use and feature rich Graphite dashboard replacement and graph editor. Visit [grafana.org](http://grafana.org) for screenshots, videos and feature descriptions.
44

@@ -24,28 +24,28 @@ A beautiful, easy to use and feature rich Graphite dashboard replacement and gra
2424
- Series toggles & color selector
2525
- Axis labels
2626
- Grid thresholds, axis labels
27-
- [Annotations] (https://github.com/torkelo/grafana/wiki/Annotations)
27+
- [Annotations] (https://github.com/grafana/grafana/wiki/Annotations)
2828

2929
### Dashboards
3030
- Create and edit dashboards
3131
- Drag and drop graphs to rearrange
3232
- Set column spans and row heights
33-
- Save & [search dashboards](https://github.com/torkelo/grafana/wiki/Search-features)
33+
- Save & [search dashboards](https://github.com/grafana/grafana/wiki/Search-features)
3434
- Import & export dashboard (json file)
3535
- Import dashboard from Graphite
3636
- Templating
37-
- [Scripted dashboards](https://github.com/torkelo/grafana/wiki/Scripted-dashboards) (generate from js script and url parameters)
38-
- Flexible [time range controls](https://github.com/torkelo/grafana/wiki/Time-range-controls)
39-
- [Dashboard playlists](https://github.com/torkelo/grafana/wiki/Dashboard-playlist)
37+
- [Scripted dashboards](https://github.com/grafana/grafana/wiki/Scripted-dashboards) (generate from js script and url parameters)
38+
- Flexible [time range controls](https://github.com/grafana/grafana/wiki/Time-range-controls)
39+
- [Dashboard playlists](https://github.com/grafana/grafana/wiki/Dashboard-playlist)
4040

4141
### InfluxDB
42-
- [Use InfluxDB](https://github.com/torkelo/grafana/wiki/InfluxDB) as metric datasource
42+
- [Use InfluxDB](https://github.com/grafana/grafana/wiki/InfluxDB) as metric datasource
4343

4444
# Requirements
4545
Grafana is very easy to install. It is a client side web app with no backend. Any webserver will do. Optionally you will need ElasticSearch if you want to be able to save and load dashboards quickly instead of json files or local storage.
4646

4747
# Installation
48-
- Download and extract the [latest release](https://github.com/torkelo/grafana/releases).
48+
- Download and extract the [latest release](https://github.com/grafana/grafana/releases).
4949
- Rename `config.sample.js` to `config.js`, then change `graphiteUrl` and `elasticsearch` to point to the correct urls. The urls entered here must be reachable by your browser.
5050
- Point your browser to the installation.
5151

@@ -58,7 +58,7 @@ To run from master:
5858

5959
If you use ansible for provisioning and deployment [ansible-grafana](https://github.com/bobrik/ansible-grafana) should get you started.
6060

61-
When you have Grafana up an running, read the [Getting started](https://github.com/torkelo/grafana/wiki/Getting-started) guide for
61+
When you have Grafana up an running, read the [Getting started](https://github.com/grafana/grafana/wiki/Getting-started) guide for
6262
an introduction on how to use Grafana and/or watch [this video](https://www.youtube.com/watch?v=OUvJamHeMpw) for a guide in creating a new dashboard and for creating
6363
templated dashboards.
6464

0 commit comments

Comments
 (0)