Commit 089162b0 by Arve Knudsen Committed by GitHub

Docs: Fix getting started links on Windows installation page (#21724)

parent 90f552b6
.PHONY: docs docs-test .PHONY: docs docs-no-pull docs-test
docs: docs:
docker pull grafana/docs-base:latest docker pull grafana/docs-base:latest
......
...@@ -32,7 +32,7 @@ You can either use the Windows installer or you can install a standalone Windows ...@@ -32,7 +32,7 @@ You can either use the Windows installer or you can install a standalone Windows
1. Click **Download the installer**. 1. Click **Download the installer**.
1. Open and run 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 ## Install standalone Windows binary
...@@ -44,7 +44,7 @@ To run Grafana, open your browser and go to the Grafana port (http://localhost:3 ...@@ -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 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. [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. > **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`. > 1. Go into the `conf` directory and copy `sample.ini` to `custom.ini`. **Note:** You should edit `custom.ini`, never `defaults.ini`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment