From 1890a7c66b874bd2b7c1460c2925afeac97a5d27 Mon Sep 17 00:00:00 2001 From: Anthony Woods Date: Wed, 2 Sep 2020 16:59:03 +0000 Subject: [PATCH] fix links in installation docs. --- docs/sources/installation/_index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/sources/installation/_index.md b/docs/sources/installation/_index.md index 663855b4de891..68f5e3042a2db 100644 --- a/docs/sources/installation/_index.md +++ b/docs/sources/installation/_index.md @@ -8,11 +8,11 @@ weight: 200 Instructions for different methods of installing Loki and Promtail. -- [Install using Tanka (recommended)](tanka.md) -- [Install through Helm](helm.md) -- [Install through Docker or Docker Compose](docker.md) -- [Install and run locally](local.md) -- [Install from source](install-from-source.md) +- [Install using Tanka (recommended)](tanka/) +- [Install through Helm](helm/) +- [Install through Docker or Docker Compose](docker/) +- [Install and run locally](local/) +- [Install from source](install-from-source/) ## General process