From b2edcd8cfde2caa0484fc2887c03015cccd6f5eb Mon Sep 17 00:00:00 2001 From: bergquist Date: Sun, 27 Nov 2016 20:22:29 +0100 Subject: [PATCH] tech(docs): use relref for links --- docs/sources/datasources/index.md | 12 ++++++------ docs/sources/http_api/index.md | 19 ++++++++++--------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/docs/sources/datasources/index.md b/docs/sources/datasources/index.md index 01e09ba58bd..af0062ddc51 100644 --- a/docs/sources/datasources/index.md +++ b/docs/sources/datasources/index.md @@ -18,12 +18,12 @@ The query language and capabilities of each Data Source are obviously very diffe ## Supported Data Sources The following datasources are officially supported: -* [Graphite](/datasources/graphite/) -* [Elasticsearch](/datasources/elasticsearch/) -* [CloudWatch](/datasources/cloudwatch/) -* [InfluxDB](/datasources/influxdb/) -* [OpenTSDB](/datasources/opentsdb/) -* [Prometheus](/datasources/prometheus) +* [Graphite]({{< relref "graphite.md" >}}) +* [Elasticsearch]({{< relref "elasticsearch.md" >}}) +* [CloudWatch]({{< relref "cloudwatch.md" >}}) +* [InfluxDB]({{< relref "influxdb.md" >}}) +* [OpenTSDB]({{< relref "opentsdb.md" >}}) +* [Prometheus]({{< relref "prometheus.md" >}}) ## Data source plugins diff --git a/docs/sources/http_api/index.md b/docs/sources/http_api/index.md index a4d47cc8c1b..9c5d0e7d49a 100644 --- a/docs/sources/http_api/index.md +++ b/docs/sources/http_api/index.md @@ -17,12 +17,13 @@ dashboards, creating users and updating data sources. ## Supported HTTP APIs: -* [Authentication API](/http_api/auth/) -* [Dashboard API](/http_api/dashboard/) -* [Data Source API](/http_api/data_source/) -* [Organisation API](/http_api/org/) -* [User API](/http_api/user/) -* [Admin API](/http_api/admin/) -* [Snapshot API](/http_api/snapshot/) -* [Preferences API](/http_api/preferences/) -* [Other API](/http_api/other/) + +* [Authentication API]({{< relref "auth.md" >}}) +* [Dashboard API]({{< relref "dashboard.md" >}}) +* [Data Source API]({{< relref "data_source.md" >}}) +* [Organisation API]({{< relref "org.md" >}}) +* [User API]({{< relref "user.md" >}}) +* [Admin API]({{< relref "admin.md" >}}) +* [Snapshot API]({{< relref "snapshot.md" >}}) +* [Preferences API]({{< relref "preferences.md" >}}) +* [Other API]({{< relref "other.md" >}})