From 089162b0bebc59712564759cfe577c5b66977ae5 Mon Sep 17 00:00:00 2001 From: Arve Knudsen Date: Fri, 24 Jan 2020 19:33:11 +0100 Subject: [PATCH] Docs: Fix getting started links on Windows installation page (#21724) --- docs/Makefile | 2 +- docs/sources/installation/windows.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index e2a21de662c..2c1b8574372 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,4 +1,4 @@ -.PHONY: docs docs-test +.PHONY: docs docs-no-pull docs-test docs: docker pull grafana/docs-base:latest diff --git a/docs/sources/installation/windows.md b/docs/sources/installation/windows.md index 83c45c9dadb..ac070532057 100644 --- a/docs/sources/installation/windows.md +++ b/docs/sources/installation/windows.md @@ -32,7 +32,7 @@ You can either use the Windows installer or you can install a standalone Windows 1. Click **Download the installer**. 1. Open and run the installer. -To run Grafana, open your browser and go to the Grafana port (http://localhost:3000/ is default) and then follow the instructions in [Getting Started](/guides/getting_started/). +To run Grafana, open your browser and go to the Grafana port (http://localhost:3000/ is default) and then follow the instructions in [Getting Started]({{< relref "../guides/getting_started/" >}}). ## Install standalone Windows binary @@ -44,7 +44,7 @@ To run Grafana, open your browser and go to the Grafana port (http://localhost:3 3. Start Grafana by executing `grafana-server.exe`, located in the `bin` directory, preferably from the command line. If you want to run Grafana as a Windows service, then download [NSSM](https://nssm.cc/). It is very easy to add Grafana as a Windows service using that tool. -To run Grafana, open your browser and go to the Grafana port (http://localhost:3000/ is default) and then follow the instructions in [Getting Started](/guides/getting_started/). +To run Grafana, open your browser and go to the Grafana port (http://localhost:3000/ is default) and then follow the instructions in [Getting Started]({{< relref "../guides/getting_started/" >}}). > **Note:** The default Grafana port is `3000`. This port might require extra permissions on Windows. If it does not appear in the default port, you can try changing to a different port. > 1. Go into the `conf` directory and copy `sample.ini` to `custom.ini`. **Note:** You should edit `custom.ini`, never `defaults.ini`.