Skip to content

Commit 28c6b5d

Browse files
authored
fix: urls reported by QE LinkChecker (#1131)
1 parent d9bb351 commit 28c6b5d

File tree

18 files changed

+23
-23
lines changed

18 files changed

+23
-23
lines changed

content/nginx/admin-guide/load-balancer/http-health-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ NGINX and F5 NGINX Plus can continually test your upstream servers, avoid the se
1818
<span id="prereq"></span>
1919
## Prerequisites
2020

21-
- For passive health checks, [NGINX Open Source](https://nginx.org/en/) or [NGINX Plus](https://www.nginx.com/products/nginx)
21+
- For passive health checks, [NGINX Open Source](https://nginx.org/en/) or [NGINX Plus](https://www.f5.com/products/nginx/nginx-plus)
2222
- For active health checks and the [live activity monitoring dashboard]({{< ref "nginx/admin-guide/monitoring/live-activity-monitoring.md" >}}), NGINX Plus
2323
- A load‑balanced group of [HTTP upstream servers]({{< ref "http-load-balancer.md" >}})
2424

content/nginx/admin-guide/security-controls/configuring-oidc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The setup steps are similar for most identity providers, but some details may di
119119

120120
Copy the **issuer** value. You will need it later when [configuring NGINX Plus as the Relying Party](#setup-oidc-provider2).
121121

122-
5. Configure a logout URI - a URI that a user visits to initiate an RP‑initiated logout flow, for example, `https://demo.example.com/post_logout/`. (Optional, supported since [NGINX Plus R35](({{< ref "nginx/releases.md#r35" >}}))).
122+
5. Configure a logout URI - a URI that a user visits to initiate an RP‑initiated logout flow, for example, `https://demo.example.com/post_logout/`. (Optional, supported since [NGINX Plus R35]({{< ref "nginx/releases.md#r35" >}})).
123123

124124

125125
## Configure the Relying Party (NGINX Plus) {#rp-setup}

content/nginx/deployment-guides/load-balance-third-party/apache-tomcat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ HTTP/2 is fully supported in both <span style="white-space: nowrap;">NGINX Open
440440

441441
- In <span style="white-space: nowrap;">NGINX Plus R8</span> and later, NGINX Plus supports HTTP/2 by default. (Support for SPDY is deprecated as of that release). Specifically:
442442

443-
In <span style="white-space: nowrap;">NGINX Plus R11</span> and later, the {{<nb>}}**nginx-plus**{{</nb>}} package continues to support HTTP/2 by default, but the {{<nb>}}**nginx-plus-extras**{{</nb>}} package available in previous releases is deprecated by [dynamic modules](https://www.nginx.com/products/nginx/dynamic-modules/).
443+
In <span style="white-space: nowrap;">NGINX Plus R11</span> and later, the {{<nb>}}**nginx-plus**{{</nb>}} package continues to support HTTP/2 by default, but the {{<nb>}}**nginx-plus-extras**{{</nb>}} package available in previous releases is deprecated by [dynamic modules](https://www.f5.com/go/product/nginx-modules/).
444444

445445
For <span style="white-space: nowrap;">NGINX Plus R8</span> through R10, the {{<nb>}}**nginx-plus**{{</nb>}} and {{<nb>}}**nginx-plus-extras**{{</nb>}} packages support HTTP/2 by default.
446446

@@ -962,7 +962,7 @@ server {
962962
<span id="resources"></span>
963963
## Resources
964964

965-
- [NGINX Plus Overview](https://www.nginx.com/products/nginx)
965+
- [NGINX Plus Overview](https://www.f5.com/products/nginx/nginx-plus)
966966
- [NGINX Plus Admin Guide]({{< ref "/nginx/admin-guide/_index.md" >}})
967967
- [NGINX Wiki](https://www.nginx.com/resources/wiki/)
968968

content/nginx/deployment-guides/load-balance-third-party/microsoft-exchange.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ HTTP/2 is fully supported in <span style="white-space: nowrap;">NGINX Plus R7</s
615615

616616
In <span style="white-space: nowrap;">NGINX Plus R8</span> and later, NGINX Plus supports HTTP/2 by default, and does not support SPDY:
617617

618-
- In <span style="white-space: nowrap;">NGINX Plus R11</span> and later, the {{<nb>}}**nginx-plus**{{</nb>}} package continues to support HTTP/2 by default, but the {{<nb>}}**nginx-plus-extras**{{</nb>}} package available in previous releases is deprecated by [dynamic modules](https://www.nginx.com/products/nginx/dynamic-modules/).
618+
- In <span style="white-space: nowrap;">NGINX Plus R11</span> and later, the {{<nb>}}**nginx-plus**{{</nb>}} package continues to support HTTP/2 by default, but the {{<nb>}}**nginx-plus-extras**{{</nb>}} package available in previous releases is deprecated by [dynamic modules](https://www.f5.com/go/product/nginx-modules/).
619619

620620
- For <span style="white-space: nowrap;">NGINX Plus R8</span> through R10, the {{<nb>}}**nginx-plus**{{</nb>}} and {{<nb>}}**nginx-plus-extras**{{</nb>}} packages support HTTP/2 by default.
621621

content/nginx/deployment-guides/load-balance-third-party/node-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ server {
872872
<span id="resources"></span>
873873
## Resources
874874

875-
- [NGINX Plus Overview](https://www.nginx.com/products/nginx)
875+
- [NGINX Plus Overview](https://www.f5.com/products/nginx/nginx-plus)
876876
- [NGINX Plus Admin Guide]({{< ref "/nginx/admin-guide/_index.md" >}})
877877
- [NGINX Wiki](https://www.nginx.com/resources/wiki/)
878878

content/nginx/deployment-guides/load-balance-third-party/oracle-e-business-suite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ http {
11701170
<span id="resources"></span>
11711171
## Resources
11721172

1173-
- [NGINX Plus Overview](https://www.nginx.com/products/nginx)
1173+
- [NGINX Plus Overview](https://www.f5.com/products/nginx/nginx-plus)
11741174
- [NGINX Plus Admin Guide]({{< ref "/nginx/admin-guide/_index.md" >}})
11751175
- [NGINX Wiki](https://www.nginx.com/resources/wiki/)
11761176

content/nginx/deployment-guides/load-balance-third-party/oracle-weblogic-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ server {
918918
<span id="resources"></span>
919919
## Resources
920920

921-
- [NGINX Plus Overview](https://www.nginx.com/products/nginx)
921+
- [NGINX Plus Overview](https://www.f5.com/products/nginx/nginx-plus)
922922
- [NGINX Plus Admin Guide]({{< ref "/nginx/admin-guide/_index.md" >}})
923923
- [NGINX Wiki](https://www.nginx.com/resources/wiki/)
924924

content/nginx/deployment-guides/load-balance-third-party/wildfly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ server {
885885
<span id="resources"></span>
886886
## Resources
887887

888-
- [NGINX Plus Overview](https://www.nginx.com/products/nginx)
888+
- [NGINX Plus Overview](https://www.f5.com/products/nginx/nginx-plus)
889889
- [NGINX Plus Admin Guide]({{< ref "/nginx/admin-guide/_index.md" >}})
890890
- [NGINX Wiki](https://www.nginx.com/resources/wiki/)
891891

content/nginx/deployment-guides/migrate-hardware-adc/f5-big-ip-configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ NGINX Plus and <span style="white-space: nowrap;">BIG-IP LTM</span> both act as
2020

2121
[NGINX Plus](https://www.f5.com/products/nginx/nginx-plus) is the commercially supported version of <span style="white-space: nowrap;">NGINX Open Source</span>. NGINX Plus is a complete software load balancer and application delivery platform, extending the power of <span style="white-space: nowrap;">NGINX Open Source</span> with a host of enterprise‑ready capabilities that are instrumental to building web applications at scale:
2222

23-
- [Full‑featured HTTP, TCP, and UDP load balancing](https://www.nginx.com/products/nginx/load-balancing/)
24-
- [Intelligent session persistence](https://www.nginx.com/products/nginx/load-balancing/#session-persistence)
23+
- [Full‑featured [HTTP]({{< ref "nginx/admin-guide/load-balancer/http-load-balancer.md" >}}), [TCP, and UDP]({{< ref "nginx/admin-guide/load-balancer/tcp-udp-load-balancer.md" >}}) load balancing
24+
- [Intelligent session persistence]({{< ref "nginx/admin-guide/load-balancer/http-load-balancer.md#session-persistence" >}})
2525
- [High‑performance reverse proxy]({{< ref "nginx/admin-guide/web-server/reverse-proxy.md" >}})
2626
- [Caching and offload of dynamic and static content]({{< ref "nginx/admin-guide/content-cache/content-caching.md" >}})
27-
- [Adaptive streaming to deliver audio and video to any device](https://www.nginx.com/products/nginx/streaming-media/)
28-
- [Application-aware health checks](https://docs.nginx.com/nginx/admin-guide/load-balancer/http-health-check/) and [high availability](https://docs.nginx.com/nginx/admin-guide/high-availability/)
29-
- [Advanced activity monitoring available via a dashboard or API](https://www.nginx.com/products/nginx/live-activity-monitoring/)
27+
- [Adaptive streaming to deliver audio and video to any device](https://www.f5.com/products/nginx/nginx-plus)
28+
- [Application-aware health checks]({{< ref "nginx/admin-guide/load-balancer/http-health-check.md" >}}) and [high availability]({{< ref "nginx/admin-guide/high-availability/ha-keepalived.md" >}})
29+
- [Advanced activity monitoring available via a dashboard or API]({{< ref "nginx/admin-guide/monitoring/live-activity-monitoring.md" >}})
3030
- [Management and real‑time configuration changes with DevOps‑friendly tools](https://www.nginx.com/products/nginx/load-balancing/#load-balancing-api)
3131

3232

content/nginx/deployment-guides/single-sign-on/active-directory-federation-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This guide explains how to enable single sign-on (SSO) for applications being pr
1818

1919
- A Microsoft AD FS instance, either on-premises or in [Azure](https://learn.microsoft.com/en-us/windows-server/identity/ad-fs/deployment/how-to-connect-fed-azure-adfs), with administrator privileges.
2020

21-
- An NGINX Plus [subscription](https://www.f5.com/products/nginx/nginx-plus) and NGINX Plus [Release 35](({{< ref "nginx/releases.md#r35" >}})) or later. For installation instructions, see [Installing NGINX Plus](https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-plus/).
21+
- An NGINX Plus [subscription](https://www.f5.com/products/nginx/nginx-plus) and NGINX Plus [Release 35]({{< ref "nginx/releases.md#r35" >}}) or later. For installation instructions, see [Installing NGINX Plus](https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-plus/).
2222

2323
- A domain name pointing to your NGINX Plus instance, for example, `demo.example.com`.
2424

0 commit comments

Comments
 (0)