Skip to content

Commit c4fec32

Browse files
committed
close tabs and fix ref links
1 parent 13be7da commit c4fec32

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

content/ngf/installation/installing-ngf/upgrading-ngf.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v{
4949
helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway
5050
```
5151

52-
For additional customization options during the helm installation process, take a look at [Installation with Helm]({{< ref "/installation/installing-ngf/helm.md" >}}).
52+
For additional customization options during the helm installation process, take a look at [Installation with Helm]({{< ref "/ngf/installation/installing-ngf/helm.md" >}}).
53+
54+
{{</tabs>}}
5355

5456
{{<tabs name="install-manifests">}}
5557

@@ -67,7 +69,9 @@ kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v{
6769
kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v{{< version-ngf >}}/deploy/default/deploy.yaml
6870
```
6971

70-
For additional customization options during the installation process using manifests, take a look at [Installation with Manifests]({{< ref "/installation/installing-ngf/manifests.md" >}})
72+
For additional customization options during the installation process using manifests, take a look at [Installation with Manifests]({{< ref "/ngf/installation/installing-ngf/manifests.md" >}})
73+
74+
{{</tabs>}}
7175

7276
---
7377

@@ -83,12 +87,14 @@ Each data plane pod runs NGINX alongside the Agent, which applies config updates
8387

8488
New fields have been added to the `NginxProxy` resource to configure infrastructure-related settings for data plane deployments. You can modify the `NginxProxy` resource at either the Gateway or GatewayClass level. These new fields provide the flexibility to customize deployment and service configurations.
8589

86-
For detailed instructions on how to modify these settings, refer to the [Configure infrastructure-related settings]({{< ref "/how-to/data-plane-configuration.md#configure-infrastructure-related-settings" >}}) guide.
90+
For detailed instructions on how to modify these settings, refer to the [Configure infrastructure-related settings]({{< ref "/ngf/how-to/data-plane-configuration.md#configure-infrastructure-related-settings" >}}) guide.
8791

8892
---
8993

9094
### Key links for the version 2.x update
9195

92-
- To read more on [modifying data plane configuration]({{< ref "/how-to/data-plane-configuration.md" >}})
93-
- To adding secure [authentication to control plane and data planes]({{< ref "/control-plane-certs.md" >}})
94-
- For detailed [API reference]({{< ref "/reference/api.md" >}})
96+
- To read more on [modifying data plane configuration]({{< ref "/ngf/how-to/data-plane-configuration.md" >}}).
97+
- To learn more about [deploying a Gateway for data plane instances]({< ref "/ngf/installation/installing-ngf/deploy-data-plane.md" >})
98+
- To adding secure [authentication to control plane and data planes]({{< ref "/ngf/installation/installing-ngf/control-plane-certs.md" >}}).
99+
- To read more about [architecture changes]({{< ref "/ngf/overview/gateway-architecture.md" >}}).
100+
- For detailed [API reference]({{< ref "/ngf/reference/api.md" >}}).

0 commit comments

Comments
 (0)