tech(docs): use relref for links

This commit is contained in:
bergquist
2016-11-27 20:22:29 +01:00
parent ce64a0173c
commit b2edcd8cfd
2 changed files with 16 additions and 15 deletions
+6 -6
View File
@@ -18,12 +18,12 @@ The query language and capabilities of each Data Source are obviously very diffe
## Supported Data Sources ## Supported Data Sources
The following datasources are officially supported: The following datasources are officially supported:
* [Graphite](/datasources/graphite/) * [Graphite]({{< relref "graphite.md" >}})
* [Elasticsearch](/datasources/elasticsearch/) * [Elasticsearch]({{< relref "elasticsearch.md" >}})
* [CloudWatch](/datasources/cloudwatch/) * [CloudWatch]({{< relref "cloudwatch.md" >}})
* [InfluxDB](/datasources/influxdb/) * [InfluxDB]({{< relref "influxdb.md" >}})
* [OpenTSDB](/datasources/opentsdb/) * [OpenTSDB]({{< relref "opentsdb.md" >}})
* [Prometheus](/datasources/prometheus) * [Prometheus]({{< relref "prometheus.md" >}})
## Data source plugins ## Data source plugins
+10 -9
View File
@@ -17,12 +17,13 @@ dashboards, creating users and updating data sources.
## Supported HTTP APIs: ## Supported HTTP APIs:
* [Authentication API](/http_api/auth/)
* [Dashboard API](/http_api/dashboard/) * [Authentication API]({{< relref "auth.md" >}})
* [Data Source API](/http_api/data_source/) * [Dashboard API]({{< relref "dashboard.md" >}})
* [Organisation API](/http_api/org/) * [Data Source API]({{< relref "data_source.md" >}})
* [User API](/http_api/user/) * [Organisation API]({{< relref "org.md" >}})
* [Admin API](/http_api/admin/) * [User API]({{< relref "user.md" >}})
* [Snapshot API](/http_api/snapshot/) * [Admin API]({{< relref "admin.md" >}})
* [Preferences API](/http_api/preferences/) * [Snapshot API]({{< relref "snapshot.md" >}})
* [Other API](/http_api/other/) * [Preferences API]({{< relref "preferences.md" >}})
* [Other API]({{< relref "other.md" >}})