Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 09cbabd

Browse files
committed
Fixes latest docs validation link to grafana.com
1 parent 6fe96f4 commit 09cbabd

File tree

6 files changed

+16
-15
lines changed

6 files changed

+16
-15
lines changed

docs/sources/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "Grafana Phlare documentation"
33
menuTitle: "Grafana Phlare"
44
weight: 1
5+
description: "Grafana Phlare documentation"
56
keywords:
67
- Grafana Phlare
78
- Grafana profiles

docs/sources/operators-guide/configure-agent/about-the-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ To start a standalone agent, you can use the following command:
105105
./phlare -target=agent -config.file=/path/to/agent-config.yaml
106106
```
107107

108-
In the future, the agent will be integrated into the [Grafana Agent](https://grafana.com/docs/tempo/latest/grafana-agent/), which will remove the needs to run a standalone agent if you're already running the Grafana Agent.
108+
In the future, the agent will be integrated into the [Grafana Agent](/docs/agent/latest/), which will remove the need to run a standalone agent if you're already running the Grafana Agent.

docs/sources/operators-guide/configure-agent/grafana-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ weight: 30
88

99
Continuous profiling support in the [Grafana Agent] is coming soon.
1010

11-
[Grafana Agent]: https://grafana.com/docs/agent/latest/
11+
[Grafana Agent]: /docs/agent/latest/

docs/sources/operators-guide/deploy-kubernetes/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Use a custom namespace so that you do not have to overwrite the default namespac
119119
--set-string 'podAnnotations.phlare\.grafana\.com/scrape=true' \
120120
--set-string 'podAnnotations.phlare\.grafana\.com/port=6060'
121121
```
122-
For details, see [Deploy Grafana on Kubernetes](https://grafana.com/docs/grafana/latest/setup-grafana/installation/kubernetes/).
122+
For details, see [Deploy Grafana on Kubernetes](/docs/grafana/latest/setup-grafana/installation/kubernetes/).
123123

124124
1. Port-forward Grafana to `localhost`, by using the `kubectl` command:
125125

@@ -136,11 +136,11 @@ Use a custom namespace so that you do not have to overwrite the default namespac
136136
| Name | Phlare |
137137
| URL | http://phlare-querier.phlare-test.svc.cluster.local.:4100/ |
138138

139-
To add a data source, see [Add a data source](https://grafana.com/docs/grafana/latest/datasources/add-a-data-source/).
139+
To add a data source, see [Add a data source](/docs/grafana/latest/datasources/add-a-data-source/).
140140

141141
1. Verify success:
142142

143-
You should be able to query profiles in [Grafana Explore](https://grafana.com/docs/grafana/latest/explore/),
143+
You should be able to query profiles in [Grafana Explore](/docs/grafana/latest/explore/),
144144
as well as create dashboard panels by using your newly configured Phlare data source.
145145

146146
## Optional: Persistently add data source:

docs/sources/operators-guide/get-started/_index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ weight: 10
1111

1212
Choose one of the following options to get started with Grafana Phlare:
1313

14-
- The **written tutorial** below provides a series of imperative commands to start a single Phlare process, or [monolith]({{< relref "../architecture/deployment-modes/index.md#monolithic-mode" >}}), which is designed for users getting started with the project.
14+
- The **written tutorial** below provides a series of imperative commands to start a single Phlare process, or [monolith]({{< relref "../architecture/deployment-modes/index.md#monolithic-mode" >}}), which is designed for users getting started with the project.
1515

1616
- The following **video tutorial** uses [`docker-compose`](https://github.com/grafana/phlare/tree/main/tools/docker-compose) to declaratively deploy Phlare and Grafana.
1717

@@ -26,8 +26,8 @@ Verify that you have installed [Docker](https://docs.docker.com/engine/install/)
2626
## Download and configure Phlare
2727

2828
1. Download Grafana Phlare.
29-
30-
You can use Docker or download a binary to install Phlare.
29+
30+
You can use Docker or download a binary to install Phlare.
3131

3232
- To install with Docker, run the following command:
3333

@@ -48,8 +48,8 @@ Verify that you have installed [Docker](https://docs.docker.com/engine/install/)
4848

4949
1. Start Phlare.
5050

51-
To run Grafana Phlare as a monolith and with local filesystem storage, you can create your own file, or use a demo configuration file.
52-
51+
To run Grafana Phlare as a monolith and with local filesystem storage, you can create your own file, or use a demo configuration file.
52+
5353
- To create your own file, write the following YAML configuration to a file called `demo.yaml`:
5454

5555
```yaml
@@ -84,7 +84,7 @@ Verify that you have installed [Docker](https://docs.docker.com/engine/install/)
8484
./phlare --config.file=./demo.yaml
8585
```
8686

87-
1. Verify that Phlare is ready. Grafana Phlare listens on port `4100`.
87+
1. Verify that Phlare is ready. Grafana Phlare listens on port `4100`.
8888

8989
```bash
9090
curl localhost:4100/ready
@@ -116,7 +116,7 @@ Verify that you have installed [Docker](https://docs.docker.com/engine/install/)
116116
| Name | Phlare |
117117
| URL | [http://phlare:4100/](http://phlare:4100/) |
118118

119-
To learn more about adding data sources, see [Add a data source](https://grafana.com/docs/grafana/latest/datasources/add-a-data-source/).
119+
To learn more about adding data sources, see [Add a data source](/docs/grafana/latest/datasources/add-a-data-source/).
120120

121-
When you have completed the tasks in this getting started guide, you can query profiles in [Grafana Explore](https://grafana.com/docs/grafana/latest/explore/)
122-
and create dashboard panels using the newly configured Grafana Phlare data source. For more information on working with dashboards with Grafana, see [Panels and visualizations](https://grafana.com/docs/grafana/latest/panels-visualizations/) in the Grafana documentation.
121+
When you have completed the tasks in this getting started guide, you can query profiles in [Grafana Explore](/docs/grafana/latest/explore/)
122+
and create dashboard panels using the newly configured Grafana Phlare data source. For more information on working with dashboards with Grafana, see [Panels and visualizations](/docs/grafana/latest/panels-visualizations/) in the Grafana documentation.

docs/sources/release-notes/v0.1/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ From the first release you can expect:
2121

2222
![Grafana Phlare UI](phlare-ui.png)
2323

24-
Ready to give it a try, follow our [getting started](https://grafana.com/docs/phlare/latest/operators-guide/get-started/) documentation.
24+
Ready to give it a try, follow our [getting started]({{< relref "../../operators-guide/get-started/" >}}) documentation.
2525

2626
> **Note:** This is an early release and there are a couple of limitations:
2727
>

0 commit comments

Comments
 (0)