Skip to content

Commit

Permalink
Update relrefs in start and macos topics
Browse files Browse the repository at this point in the history
  • Loading branch information
clayton-cornell committed Oct 23, 2023
1 parent 6320bf3 commit 862561d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/sources/flow/setup/configure/configure-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,7 @@ To expose the UI to other machines, complete the following steps:

To listen on all interfaces, replace `127.0.0.1` with `0.0.0.0`.

[UI]: {{< relref "../../monitoring/debugging.md#grafana-agent-flow-ui" >}}
{{% docs/reference %}}
[UI]: "/docs/agent/ -> /docs/agent/<AGENT_VERSION>/flow/monitoring/debugging.md#grafana-agent-flow-ui"
[UI]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/monitor-infrastructure/agent/flow/monitoring/debugging.md#grafana-agent-flow-ui"
{{% /docs/reference %}}
9 changes: 7 additions & 2 deletions docs/sources/flow/setup/start-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ brew services stop grafana-agent-flow
By default, logs are written to `$(brew --prefix)/var/log/grafana-agent-flow.log` and
`$(brew --prefix)/var/log/grafana-agent-flow.err.log`.

If you followed [Configure the Grafana Agent service]({{< relref "./configure/configure-macos#configure-the-grafana-agent-service" >}})
and changed the path where logs are written, refer to your current copy of the Grafana Agent formula to locate your log files.
If you followed [Configure the Grafana Agent service][] and changed the path where logs are written,
refer to your current copy of the Grafana Agent formula to locate your log files.

## Windows

Expand Down Expand Up @@ -249,3 +249,8 @@ These steps assume you have a default systemd and Grafana Agent configuration.
1. Use the [Linux](#linux) systemd commands to manage your standalone Linux installation of Grafana Agent.

[release]: https://github.com/grafana/agent/releases/latest

{{% docs/reference %}}
[Configure the Grafana Agent service]: "/docs/agent/ -> /docs/agent/<AGENT_VERSION>/flow/setup/configure/configure-macos.md#configure-the-grafana-agent-service"
[Configure the Grafana Agent service]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/monitor-infrastructure/agent/flow/setup/configure/configure-macos.md#configure-the-grafana-agent-service"
{{% /docs/reference %}}

0 comments on commit 862561d

Please sign in to comment.