Skip to content

Commit 2c438e7

Browse files
committed
fix: relref to ref
1 parent 1267215 commit 2c438e7

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

content/agent/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ The F5 NGINX Agent is a lightweight companion daemon designed to work with NGINX
1414

1515
- Enable Access to Key NGINX One Use Cases
1616
- Seamlessly integrates with essential NGINX One functionality, simplifying access to its core use cases and enhancing operational workflows.
17-
- [Connect to NGINX One Console]({{< relref "/agent/install-upgrade/install-from-oss-repo.md#connect-an-instance-to-nginx-one-console" >}})
17+
- [Connect to NGINX One Console]({{< ref "/agent/install-upgrade/install-from-oss-repo.md#connect-an-instance-to-nginx-one-console" >}})
1818

1919
- Real-Time Observability into NGINX One Data Plane Instances
2020
- Provides live monitoring and actionable insights into the performance, status, and health of NGINX One Data Plane instances, improving decision-making and operational efficiency.
2121

22-
- [OpenTelemetry](https://opentelemetry.io/) support comes with F5 NGINX Agent, and the ability to [export the metrics data]({{< relref "/agent/otel/configure-otel-metrics.md" >}}) for use in other applications.
22+
- [OpenTelemetry](https://opentelemetry.io/) support comes with F5 NGINX Agent, and the ability to [export the metrics data]({{< ref "/agent/otel/configure-otel-metrics.md" >}}) for use in other applications.
2323

2424

2525

content/agent/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toc: true
66

77
{{< note >}}You can find the full changelog, contributor list and assets for NGINX Agent in the [GitHub repository](https://github.com/nginx/agent/releases).{{< /note >}}
88

9-
See the list of supported Operating Systems and architectures in the [Technical Specifications]({{< relref "./tech-specs.md" >}}).
9+
See the list of supported Operating Systems and architectures in the [Technical Specifications]({{< ref "./tech-specs.md" >}}).
1010

1111
---
1212
## Release [v3.0.0](https//github.com/nginx/agent/releases/tag/v3.0.0)

content/agent/contribute/dev-environment-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Ubuntu is the recommended operating system for development, as it comes with mos
1717

1818
To begin this task, you will require the following:
1919

20-
- A [working NGINX Agent instance]({{< relref "/agent/install-upgrade/" >}}).
20+
- A [working NGINX Agent instance]({{< ref "/agent/install-upgrade/" >}}).
2121
- A [Go installation](https://go.dev/dl/) of version 1.22.2 or newer.
2222
- A [Protocol Buffer Compiler](https://grpc.io/docs/protoc-installation/) installation.
2323

@@ -29,7 +29,7 @@ git clone [email protected]:nginx/agent.git
2929

3030
Read [Cloning a repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) for more information
3131

32-
Follow the steps in the [Installation]({{< relref "/agent/install-upgrade/" >}}) topic to install NGINX Agent.
32+
Follow the steps in the [Installation]({{< ref "/agent/install-upgrade/" >}}) topic to install NGINX Agent.
3333

3434
## Install prerequisite packages
3535
Depending on the operating system distribution, it may be necessary to install the following packages in order to build NGINX Agent.

content/agent/contribute/start-mock-interface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The mock interface is useful when developing NGINX Agent, as it allows you to vi
1313

1414
To begin this task, you will require the following:
1515

16-
- A [working NGINX Agent instance]({{< relref "/agent/install-upgrade/" >}}).
16+
- A [working NGINX Agent instance]({{< ref "/agent/install-upgrade/" >}}).
1717
- A [Go installation](https://go.dev/dl/) of version 1.22.2 or newer.
1818
- A [go-swagger](https://goswagger.io/go-swagger/install/) installation.
1919

@@ -39,7 +39,7 @@ INFO[0000] grpc listening at 54789 # grpc control plane port which NGINX Agent w
3939

4040
The mock control plane can use either gRPC or REST protocols to communicate with NGINX Agent.
4141

42-
To enable them, view the [Enable gRPC and REST interfaces]({{< relref "/agent/how-to/enable-interfaces.md" >}}) topic.
42+
To enable them, view the [Enable gRPC and REST interfaces]({{< ref "/agent/how-to/enable-interfaces.md" >}}) topic.
4343

4444
## Launch Swagger UI
4545

content/agent/how-to/enable-interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ api:
7070

7171
To apply the new configuration, NGINX Agent must be started or restarted.
7272

73-
You may want to view the [Start mock control plane interface]({{< relref "/agent/contribute/start-mock-interface.md" >}}) topic to test NGINX Agent, or view the [Configuration overview]({{< relref "/agent/how-to/configuration-overview.md" >}}) for more options.
73+
You may want to view the [Start mock control plane interface]({{< ref "/agent/contribute/start-mock-interface.md" >}}) topic to test NGINX Agent, or view the [Configuration overview]({{< ref "/agent/how-to/configuration-overview.md" >}}) for more options.

content/agent/install-upgrade/install-from-github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you are using [NGINX One Console]({{< ref "/nginx-one/getting-started.md" >}}
1010
to manage your NGINX instances, NGINX Agent is installed automatically when you
1111
add an NGINX instance to NGINX One Console.
1212

13-
For a quick guide on how to connect your instance to NGINX One Console see: [Connect to NGINX One Console]({{< relref "/nginx-one/how-to/nginx-configs/add-instance" >}})
13+
For a quick guide on how to connect your instance to NGINX One Console see: [Connect to NGINX One Console]({{< ref "/nginx-one/how-to/nginx-configs/add-instance" >}})
1414
{{< /note >}}
1515

1616
Follow the steps in this guide to install NGINX Agent in your NGINX instance using

content/agent/install-upgrade/install-from-oss-repo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you are using [NGINX One Console]({{< ref "/nginx-one/getting-started.md" >}}
1010
to manage your NGINX instances, NGINX Agent is installed automatically when you
1111
add an NGINX instance to NGINX One Console.
1212

13-
For a quick guide on how to connect your instance to NGINX One Console see: [Connect to NGINX One Console]({{< relref "/nginx-one/how-to/nginx-configs/add-instance" >}})
13+
For a quick guide on how to connect your instance to NGINX One Console see: [Connect to NGINX One Console]({{< ref "/nginx-one/how-to/nginx-configs/add-instance" >}})
1414
{{< /note >}}
1515

1616
## Overview

content/agent/install-upgrade/install-from-plus-repo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you are using [NGINX One Console]({{< ref "/nginx-one/getting-started.md" >}}
1010
to manage your NGINX instances, NGINX Agent is installed automatically when you
1111
add an NGINX instance to NGINX One Console.
1212

13-
For a quick guide on how to connect your instance to NGINX One Console see: [Connect to NGINX One Console]({{< relref "/nginx-one/how-to/nginx-configs/add-instance" >}})
13+
For a quick guide on how to connect your instance to NGINX One Console see: [Connect to NGINX One Console]({{< ref "/nginx-one/how-to/nginx-configs/add-instance" >}})
1414
{{< /note >}}
1515

1616
## Overview

content/agent/v2/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ docs: "DOCS-1093"
77

88
{{< note >}}You can find the full changelog, contributor list and assets for NGINX Agent in the [GitHub repository](https://github.com/nginx/agent/releases).{{< /note >}}
99

10-
See the list of supported Operating Systems and architectures in the [Technical Specifications]({{< relref "./technical-specifications.md" >}}).
10+
See the list of supported Operating Systems and architectures in the [Technical Specifications]({{< ref "./technical-specifications.md" >}}).
1111

1212
---
1313
## Release [v2.39.0](https://github.com/nginx/agent/releases/tag/v2.39.0)

content/agent/v2/installation-upgrade/container-environments/docker-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ docker tag docker-registry.nginx.com/nginx/agent:mainline nginx-agent
113113
docker run --name nginx-agent -d nginx-agent
114114
```
115115

116-
{{<note>}}To learn more about the configuration options, refer to the NGINX Agent [Configuration Overview]({{< relref "/agent/v2/configuration/configuration-overview" >}}).{{</note>}}
116+
{{<note>}}To learn more about the configuration options, refer to the NGINX Agent [Configuration Overview]({{< ref "/agent/v2/configuration/configuration-overview" >}}).{{</note>}}
117117

118118
### Enable the gRPC interface
119119

0 commit comments

Comments
 (0)