Skip to content

Commit 6a9bf2d

Browse files
y82ADubhlaoich
andauthored
Updated some links from "relref" and "a href" to "ref". (#351)
Co-authored-by: Alan Dooley <a.dooley@f5.com>
1 parent 2b6be04 commit 6a9bf2d

File tree

65 files changed

+204
-204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+204
-204
lines changed

content/nginx/admin-guide/basic-functionality/runtime-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This section describes the processes that NGINX starts at run time and how to co
1313

1414
## Master and Worker Processes
1515

16-
NGINX has one master process and one or more worker processes. If [caching]({{< relref "../content-cache/content-caching.md" >}}) is enabled, the cache loader and cache manager processes also run at startup.
16+
NGINX has one master process and one or more worker processes. If [caching]({{< ref "nginx/admin-guide/content-cache/content-caching.md" >}}) is enabled, the cache loader and cache manager processes also run at startup.
1717

1818
The main purpose of the master process is to read and evaluate configuration files, as well as maintain the worker processes.
1919

content/nginx/admin-guide/dynamic-modules/brotli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The [ngx_brotli](https://github.com/google/ngx_brotli) module enables Brotli com
2121

2222
## Prerequisites
2323

24-
1. Check the [Technical Specifications]({{< relref "../../technical-specs.md" >}}) page to verify that the module is supported by your operating system.
24+
1. Check the [Technical Specifications]({{< ref "nginx/technical-specs.md" >}}) page to verify that the module is supported by your operating system.
2525

2626
2. If required, install the **epel-release** dependency
2727

@@ -116,4 +116,4 @@ After installation you will need to enable and configure Brotli modules in NGINX
116116

117117
- [NGINX Dynamic Modules]({{< ref "dynamic-modules.md" >}})
118118

119-
- [NGINX Plus Technical Specifications]({{< relref "../../technical-specs.md" >}})
119+
- [NGINX Plus Technical Specifications]({{< ref "nginx/technical-specs.md" >}})

content/nginx/admin-guide/dynamic-modules/cookie-flag.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type:
1010
- how-to
1111
---
1212

13-
> **Note**: The module was deprecated in <a href="../../../releases/#r23">Release 23</a> and removed in <a href="../../../releases/#r26">Release 26</a>. The [`proxy_cookie_flags`](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cookie_flags) directive implements native support for setting cookie flags and replaces the module. See [Native Method for Setting Cookie Flags](https://www.nginx.com/blog/nginx-plus-r23-released#cookie-flags) for details.
13+
> **Note**: The module was deprecated in [Release 23]({{< ref "nginx/releases.md#r23" >}}) and removed in [Release 26]({{< ref "nginx/releases.md#r26" >}}). The [`proxy_cookie_flags`](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cookie_flags) directive implements native support for setting cookie flags and replaces the module. See [Native Method for Setting Cookie Flags](https://www.nginx.com/blog/nginx-plus-r23-released#cookie-flags) for details.
1414
1515

1616
<span id="install"></span>
@@ -64,4 +64,4 @@ type:
6464

6565
- [NGINX Dynamic Modules]({{< ref "dynamic-modules.md" >}})
6666

67-
- [NGINX Plus Technical Specifications]({{< relref "../../technical-specs.md" >}})
67+
- [NGINX Plus Technical Specifications]({{< ref "nginx/technical-specs.md" >}})

content/nginx/admin-guide/dynamic-modules/dynamic-modules.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type:
1212
<span id="overview"></span>
1313
## Overview
1414

15-
F5 NGINX Plus uses a modular architecture. New features and functionality can be added with software modules, which can be plugged into a running NGINX Plus instance on demand. Dynamic modules add functionality to NGINX Plus such as [geolocating users by IP address]({{< relref "./geoip2.md" >}}), [resizing images]({{< ref "image-filter.md" >}}), and embedding [NGINX JavaScript njs]({{< ref "nginscript.md" >}}) or [Lua]({{< relref "./lua.md" >}}) scripts into the NGINX Plus event‑processing model. Modules are created both by NGINX and third‑party developers.
15+
F5 NGINX Plus uses a modular architecture. New features and functionality can be added with software modules, which can be plugged into a running NGINX Plus instance on demand. Dynamic modules add functionality to NGINX Plus such as [geolocating users by IP address]({{< ref "geoip2.md" >}}), [resizing images]({{< ref "image-filter.md" >}}), and embedding [NGINX JavaScript njs]({{< ref "nginscript.md" >}}) or [Lua]({{< ref "nginx/admin-guide/dynamic-modules/lua.md" >}}) scripts into the NGINX Plus event‑processing model. Modules are created both by NGINX and third‑party developers.
1616

1717
<img src="/nginx/images/nginx-plus-dynamic-module-plug-ins.png" alt="NGINX Plus allows features to be plugged in on demand" width="500" height="500" style="border:2px solid #666666; padding:2px; margin:2px;" />
1818

@@ -44,15 +44,15 @@ load_module modules/ngx_stream_js_module.so;
4444
For module‑specific instructions, see the list of modules in the same section of the NGINX Plus Admin Guide as this article:
4545

4646
- [Brotli]({{< ref "brotli.md" >}})
47-
- [Cookie-Flag]({{< relref "./cookie-flag.md" >}})
47+
- [Cookie-Flag]({{< ref "cookie-flag.md" >}})
4848
- [Encrypted-Session]({{< ref "encrypted-session.md" >}})
49-
- [FIPS Status Check]({{< relref "./fips.md" >}})
50-
- [GeoIP]({{< relref "./geoip.md" >}})
51-
- [GeoIP2]({{< relref "./geoip2.md" >}})
49+
- [FIPS Status Check]({{< ref "fips.md" >}})
50+
- [GeoIP]({{< ref "geoip.md" >}})
51+
- [GeoIP2]({{< ref "geoip2.md" >}})
5252
- [Headers-More]({{< ref "headers-more.md" >}})
5353
- [HTTP Substitutions Filter]({{< ref "http-substitutions-filter.md" >}})
5454
- [Image-Filter]({{< ref "image-filter.md" >}})
55-
- [Lua]({{< relref "./lua.md" >}})
55+
- [Lua]({{< ref "lua.md" >}})
5656
- [njs Scripting Language]({{< ref "nginscript.md" >}})
5757
- [NGINX ModSecurity WAF]({{< ref "nginx-waf.md" >}})
5858
- [NGINX Developer Kit]({{< ref "ndk.md" >}})
@@ -62,15 +62,15 @@ For module‑specific instructions, see the list of modules in the same section
6262
- [Perl]({{< ref "perl.md" >}})
6363
- [Prometheus-njs]({{< ref "prometheus-njs.md" >}})
6464
- [RTMP]({{< ref "rtmp.md" >}})
65-
- [Set-Misc]({{< relref "./set-misc.md" >}})
65+
- [Set-Misc]({{< ref "nginx/admin-guide/dynamic-modules/set-misc.md" >}})
6666
- [SPNEGO]({{< ref "spnego.md" >}})
67-
- [XSLT]({{< relref "./xslt.md" >}})
67+
- [XSLT]({{< ref "xslt.md" >}})
6868

6969

7070
<span id="prereq"></span>
7171
### Prerequisites
7272

73-
To get started using dynamic modules, first install the latest NGINX Plus release, following the [installation instructions]({{< relref "../installing-nginx/installing-nginx-plus.md" >}}). Dynamic modules are supported in [NGINX Plus Release 9 (R9)]({{< ref "/nginx/releases.md#r9" >}}) and later.
73+
To get started using dynamic modules, first install the latest NGINX Plus release, following the [installation instructions]({{< ref "nginx/admin-guide/installing-nginx/installing-nginx-plus.md" >}}). Dynamic modules are supported in [NGINX Plus Release 9 (R9)]({{< ref "/nginx/releases.md#r9" >}}) and later.
7474

7575

7676
<span id="modules_all"></span>
@@ -109,7 +109,7 @@ NGINX Plus Certified Modules can be found on the [Dynamic Modules page](https://
109109
<span id="caveats"></span>
110110
### Caveats
111111

112-
Some modules are not available for certain OS versions because of OS limitations. For details, see the [NGINX Plus Technical Specifications]({{< relref "../../technical-specs.md" >}}).
112+
Some modules are not available for certain OS versions because of OS limitations. For details, see the [NGINX Plus Technical Specifications]({{< ref "nginx/technical-specs.md" >}}).
113113

114114

115115
<span id="compile"></span>
@@ -127,7 +127,7 @@ To uninstall a dynamic module, please follow the [Uninstalling a dynamic module]
127127
<span id="info"></span>
128128
## See Also
129129

130-
- [Installing NGINX Plus]({{< relref "../installing-nginx/installing-nginx-plus.md" >}})
130+
- [Installing NGINX Plus]({{< ref "nginx/admin-guide/installing-nginx/installing-nginx-plus.md" >}})
131131

132-
- [NGINX Plus Technical Specifications]({{< relref "../../technical-specs.md" >}})
132+
- [NGINX Plus Technical Specifications]({{< ref "nginx/technical-specs.md" >}})
133133

content/nginx/admin-guide/dynamic-modules/encrypted-session.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Encrypted Session dynamic module provides encryption and decryption support
1414
<span id="prereq"></span>
1515
## Prerequisites
1616

17-
1. Check the [Technical Specifications]({{< relref "../../technical-specs.md" >}}) page to verify that the module is supported by your operating system.
17+
1. Check the [Technical Specifications]({{< ref "nginx/technical-specs.md" >}}) page to verify that the module is supported by your operating system.
1818

1919
2. Prior to installing the module, verify that the [NDK]({{< ref "ndk.md" >}}) module is already installed.
2020

@@ -90,4 +90,4 @@ After installation you will need to enable and configure the module in F5 NGINX
9090

9191
- [NGINX Dynamic Modules]({{< ref "dynamic-modules.md" >}})
9292

93-
- [NGINX Plus Technical Specifications]({{< relref "../../technical-specs.md" >}})
93+
- [NGINX Plus Technical Specifications]({{< ref "nginx/technical-specs.md" >}})

content/nginx/admin-guide/dynamic-modules/fips.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For F5 NGINX Plus, the cryptographic boundary includes all functionality that is
1515
<span id="install"></span>
1616
## Installation
1717

18-
1. Check the [Technical Specifications]({{< relref "../../technical-specs.md" >}}) page to verify that the module is supported by your operating system.
18+
1. Check the [Technical Specifications]({{< ref "nginx/technical-specs.md" >}}) page to verify that the module is supported by your operating system.
1919

2020
2. Install the FIPS module package `nginx-plus-module-fips-check`.
2121

@@ -85,4 +85,4 @@ After installation you will need to enable and configure the module in NGINX Plu
8585

8686
- [NGINX Dynamic Modules]({{< ref "dynamic-modules.md" >}})
8787

88-
- [NGINX Plus Technical Specifications]({{< relref "../../technical-specs.md" >}})
88+
- [NGINX Plus Technical Specifications]({{< ref "nginx/technical-specs.md" >}})

content/nginx/admin-guide/dynamic-modules/geoip.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ type:
99
- how-to
1010
---
1111

12-
{{< note >}} MaxMind GeoLite Legacy databases are currently [discontinued](https://blog.maxmind.com/2018/01/discontinuation-of-the-geolite-legacy-databases), MaxMind GeoIP2 or Geolite2 databases and F5 NGINX Plus [GeoIP2 module]({{< relref "./geoip2.md" >}}) should be used instead. {{< /note >}}
12+
{{< note >}} MaxMind GeoLite Legacy databases are currently [discontinued](https://blog.maxmind.com/2018/01/discontinuation-of-the-geolite-legacy-databases), MaxMind GeoIP2 or Geolite2 databases and F5 NGINX Plus [GeoIP2 module]({{< ref "geoip2.md" >}}) should be used instead. {{< /note >}}
1313

1414

1515
<span id="install"></span>
1616
## Installation
1717

18-
1. Check the [Technical Specifications]({{< relref "../../technical-specs.md" >}}) page to verify that the module is supported by your operating system.
18+
1. Check the [Technical Specifications]({{< ref "nginx/technical-specs.md" >}}) page to verify that the module is supported by your operating system.
1919

2020
2. Install the GeoIP module package `nginx-plus-module-geoip`.
2121

@@ -74,14 +74,14 @@ After installation you will need to enable and configure the module in NGINX Plu
7474
<span id="info"></span>
7575
## More Info
7676

77-
- [GeoIP2 Dynamic Module Installation Instructions]({{< relref "./geoip2.md" >}})
77+
- [GeoIP2 Dynamic Module Installation Instructions]({{< ref "geoip2.md" >}})
7878

79-
- [Restricting Access by Geographical Location]({{< relref "../security-controls/controlling-access-by-geoip.md" >}})
79+
- [Restricting Access by Geographical Location]({{< ref "nginx/admin-guide/security-controls/controlling-access-by-geoip.md" >}})
8080

8181
- [ngx_http_geoip_module Module Reference](https://nginx.org/en/docs/http/ngx_http_geoip_module.html)
8282

8383
- [ngx_stream_geoip_module Module Reference](https://nginx.org/en/docs/stream/ngx_stream_geoip_module.html)
8484

8585
- [NGINX Dynamic Modules]({{< ref "dynamic-modules.md" >}})
8686

87-
- [NGINX Plus Technical Specifications]({{< relref "../../technical-specs.md" >}})
87+
- [NGINX Plus Technical Specifications]({{< ref "nginx/technical-specs.md" >}})

content/nginx/admin-guide/dynamic-modules/geoip2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type:
1919
<span id="install"></span>
2020
## Installation
2121

22-
1. Check the [Technical Specifications]({{< relref "../../technical-specs.md" >}}) page to verify that the module is supported by your operating system.
22+
1. Check the [Technical Specifications]({{< ref "nginx/technical-specs.md" >}}) page to verify that the module is supported by your operating system.
2323

2424
2. Install the GeoIP2 module package `nginx-plus-module-geoip2`.
2525

@@ -83,12 +83,12 @@ After installation you will need to enable and configure the module in NGINX Plu
8383
<span id="info"></span>
8484
## More Info
8585

86-
- [Restricting Access by Geographical Location]({{< relref "../security-controls/controlling-access-by-geoip.md" >}})
86+
- [Restricting Access by Geographical Location]({{< ref "nginx/admin-guide/security-controls/controlling-access-by-geoip.md" >}})
8787

8888
- [MaxMind GeoIP2 Databases](https://www.maxmind.com/en/geoip2-databases)
8989

9090
- [MaxMind Geolite2 Free Downloadable Databases](https://dev.maxmind.com/geoip/geoip2/geolite2/)
9191

9292
- [NGINX Dynamic Modules]({{< ref "dynamic-modules.md" >}})
9393

94-
- [NGINX Plus Technical Specifications]({{< relref "../../technical-specs.md" >}})
94+
- [NGINX Plus Technical Specifications]({{< ref "nginx/technical-specs.md" >}})

content/nginx/admin-guide/dynamic-modules/headers-more.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type:
1212
<span id="install"></span>
1313
## Installation
1414

15-
1. Check the [Technical Specifications]({{< relref "../../technical-specs.md" >}}) page to verify that the module is supported by your operating system.
15+
1. Check the [Technical Specifications]({{< ref "nginx/technical-specs.md" >}}) page to verify that the module is supported by your operating system.
1616

1717
2. Install the Headers-More module package `nginx-plus-module-headers-more`.
1818

@@ -79,4 +79,4 @@ After installation you will need to enable and configure the module in F5 NGINX
7979

8080
- [NGINX Dynamic Modules]({{< ref "dynamic-modules.md" >}})
8181

82-
- [NGINX Plus Technical Specifications]({{< relref "../../technical-specs.md" >}})
82+
- [NGINX Plus Technical Specifications]({{< ref "nginx/technical-specs.md" >}})

content/nginx/admin-guide/dynamic-modules/http-substitutions-filter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type:
1212
<span id="install"></span>
1313
## Installation
1414

15-
1. Check the [Technical Specifications]({{< relref "../../technical-specs.md" >}}) page to verify that the module is supported by your operating system.
15+
1. Check the [Technical Specifications]({{< ref "nginx/technical-specs.md" >}}) page to verify that the module is supported by your operating system.
1616

1717
2. Install the HTTP Substitutions Filter module package `nginx-plus-module-subs-filter`.
1818

@@ -73,4 +73,4 @@ After installation you will need to enable and configure the module in F5 NGINX
7373

7474
- [NGINX Dynamic Modules]({{< ref "dynamic-modules.md" >}})
7575

76-
- [NGINX Plus Technical Specifications]({{< relref "../../technical-specs.md" >}})
76+
- [NGINX Plus Technical Specifications]({{< ref "nginx/technical-specs.md" >}})

content/nginx/admin-guide/dynamic-modules/image-filter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type:
1212
<span id="install"></span>
1313
## Installation
1414

15-
1. Check the [Technical Specifications]({{< relref "../../technical-specs.md" >}}) page to verify that the module is supported by your operating system.
15+
1. Check the [Technical Specifications]({{< ref "nginx/technical-specs.md" >}}) page to verify that the module is supported by your operating system.
1616

1717
2. Install the Image-Filter module package `nginx-plus-module-image-filter`.
1818

@@ -80,4 +80,4 @@ After installation you will need to enable and configure the module in F5 NGINX
8080

8181
- [NGINX Dynamic Modules]({{< ref "dynamic-modules.md" >}})
8282

83-
- [NGINX Plus Technical Specifications]({{< relref "../../technical-specs.md" >}})
83+
- [NGINX Plus Technical Specifications]({{< ref "nginx/technical-specs.md" >}})

content/nginx/admin-guide/dynamic-modules/lua.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Integrate Lua co-routines into the NGINX event-processing model with the communi
1313
<span id="prereq"></span>
1414
## Prerequisites
1515

16-
1. Check the [Technical Specifications]({{< relref "../../technical-specs.md" >}}) page to verify that the module is supported by your operating system.
16+
1. Check the [Technical Specifications]({{< ref "nginx/technical-specs.md" >}}) page to verify that the module is supported by your operating system.
1717

1818
2. Prior to installing the module, verify that the [NGINX Developer Kit (NDK)]({{< ref "nginx/admin-guide/dynamic-modules/ndk.md" >}}) module is already installed.
1919

@@ -96,4 +96,4 @@ After installation, enable and configure the modules in NGINX Plus configuration
9696

9797
- [NGINX Dynamic Modules]({{< ref "dynamic-modules.md" >}})
9898

99-
- [NGINX Plus Technical Specifications]({{< relref "../../technical-specs.md" >}})
99+
- [NGINX Plus Technical Specifications]({{< ref "nginx/technical-specs.md" >}})

content/nginx/admin-guide/dynamic-modules/ndk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ type:
1010

1111
The NGINX Developer Kit (NDK) module makes it easier for module developers to develop NGINX modules.
1212

13-
The NDK module is also a prerequisite for [Encrypted Session]({{< ref "encrypted-session.md" >}}), [Lua]({{< relref "./lua.md" >}}), and [Set-Misc]({{< relref "./set-misc.md" >}}) modules.
13+
The NDK module is also a prerequisite for [Encrypted Session]({{< ref "encrypted-session.md" >}}), [Lua]({{< ref "nginx/admin-guide/dynamic-modules/lua.md" >}}), and [Set-Misc]({{< ref "nginx/admin-guide/dynamic-modules/set-misc.md" >}}) modules.
1414

1515

1616
<span id="install"></span>
1717
## Installation
1818

19-
1. Check the [Technical Specifications]({{< relref "../../technical-specs.md" >}}) page to verify that the module is supported by your operating system.
19+
1. Check the [Technical Specifications]({{< ref "nginx/technical-specs.md" >}}) page to verify that the module is supported by your operating system.
2020

2121
2. Install the NDK module package `nginx-plus-module-ndk`.
2222

@@ -84,4 +84,4 @@ After installation you will need to enable and configure the module in F5 NGINX
8484

8585
- [NGINX Dynamic Modules]({{< ref "dynamic-modules.md" >}})
8686

87-
- [NGINX Plus Technical Specifications]({{< relref "../../technical-specs.md" >}})
87+
- [NGINX Plus Technical Specifications]({{< ref "nginx/technical-specs.md" >}})

content/nginx/admin-guide/dynamic-modules/nginscript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type:
1313
<span id="install"></span>
1414
## Installation
1515

16-
1. Check the [Technical Specifications]({{< relref "../../technical-specs.md" >}}) page to verify that the module is supported by your operating system.
16+
1. Check the [Technical Specifications]({{< ref "nginx/technical-specs.md" >}}) page to verify that the module is supported by your operating system.
1717

1818
2. Install the njs module package `nginx-plus-module-njs`.
1919

@@ -83,4 +83,4 @@ After installation you will need to enable and configure the module in F5 NGINX
8383

8484
- [NGINX Dynamic Modules]({{< ref "dynamic-modules.md" >}})
8585

86-
- [NGINX Plus Technical Specifications]({{< relref "../../technical-specs.md" >}})
86+
- [NGINX Plus Technical Specifications]({{< ref "nginx/technical-specs.md" >}})

content/nginx/admin-guide/dynamic-modules/nginx-waf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ type:
1111

1212
The F5 NGINX ModSecurity web application firewall (WAF) is built on ModSecurity 3.0.
1313

14-
{{< note >}} The ModSecurity WAF module was deprecated since <a href="../../../releases/#r29">NGINX Plus Release 29</a>, and is no longer available since <a href="../../../releases/#r32">NGINX Plus Release 32</a> {{< /note >}}
14+
{{< note >}} The ModSecurity WAF module was deprecated since NGINX Plus [Release 29]({{< ref "nginx/releases.md#r29" >}}), and is no longer available since NGINX Plus [Release 32]({{< ref "nginx/releases.md#r32" >}}) {{< /note >}}
1515

1616

1717
<span id="install"></span>
1818
## Installation
1919

20-
1. Check the [Technical Specifications]({{< relref "../../technical-specs.md" >}}) page to verify that the module is supported by your operating system.
20+
1. Check the [Technical Specifications]({{< ref "nginx/technical-specs.md" >}}) page to verify that the module is supported by your operating system.
2121

2222
2. Install the NGINX ModSecurity WAF module package `nginx-plus-module-modsecurity`.
2323

content/nginx/admin-guide/dynamic-modules/opentelemetry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ type:
1414

1515
The module provides [OpenTelemetry](https://opentelemetry.io/) distributed tracing support. The module supports [W3C](https://w3c.github.io/trace-context/) context propagation and OTLP/gRPC export protocol.
1616

17-
{{< note >}} the code of NGINX OpenTelemetry module is open source since [NGINX Open Source](https://nginx.org) 1.25.2 and <a href="../../../releases/#r30">F5 NGINX Plus Release 30</a>. The source code is available on [GitHub](https://github.com/nginxinc/nginx-otel).{{< /note >}}
17+
{{< note >}} the code of NGINX OpenTelemetry module is open source since [NGINX Open Source](https://nginx.org) 1.25.2 and NGINX Plus [Release 30]({{< ref "nginx/releases.md#r30" >}}). The source code is available on [GitHub](https://github.com/nginxinc/nginx-otel).{{< /note >}}
1818

1919

2020
<span id="install"></span>
2121
## Installation
2222

23-
1. Check the [Technical Specifications]({{< relref "../../technical-specs.md" >}}) page to verify that the module is supported by your operating system.
23+
1. Check the [Technical Specifications]({{< ref "nginx/technical-specs.md" >}}) page to verify that the module is supported by your operating system.
2424

2525
2. Install the OpenTelemetry module package `nginx-plus-module-otel`.
2626

@@ -310,4 +310,4 @@ http {
310310

311311
- [NGINX Dynamic Modules]({{< ref "dynamic-modules.md" >}})
312312

313-
- [NGINX Plus Technical Specifications]({{< relref "../../technical-specs.md" >}})
313+
- [NGINX Plus Technical Specifications]({{< ref "nginx/technical-specs.md" >}})

0 commit comments

Comments
 (0)