Skip to content

Commit 7e075c6

Browse files
authored
Fix broken links and example output (#1373)
Problem: Outdated links and incorrect output in our examples and guides. Solution: Fix links and output.
1 parent 36dc6a8 commit 7e075c6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/https-termination/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ reference a Secret in a different Namespace.
88

99
## 1. Deploy NGINX Gateway Fabric
1010

11-
1. Follow the [installation instructions](/docs/installation.md) to deploy NGINX Gateway Fabric.
11+
1. Follow the [installation instructions](https://docs.nginx.com/nginx-gateway-fabric/installation/) to deploy NGINX Gateway Fabric.
1212

1313
1. Save the public IP address of NGINX Gateway Fabric into a shell variable:
1414

@@ -195,19 +195,19 @@ You can also check the conditions of the Gateway `https` Listener to verify the
195195
Conditions:
196196
Last Transition Time: 2023-06-26T20:23:56Z
197197
Message: Certificate ref to secret certificate/cafe-secret not permitted by any ReferenceGrant
198-
Observed Generation: 2
198+
Observed Generation: 1
199199
Reason: RefNotPermitted
200200
Status: False
201201
Type: Accepted
202202
Last Transition Time: 2023-06-26T20:23:56Z
203203
Message: Certificate ref to secret certificate/cafe-secret not permitted by any ReferenceGrant
204-
Observed Generation: 2
204+
Observed Generation: 1
205205
Reason: RefNotPermitted
206206
Status: False
207207
Type: ResolvedRefs
208208
Last Transition Time: 2023-06-26T20:23:56Z
209209
Message: Certificate ref to secret certificate/cafe-secret not permitted by any ReferenceGrant
210-
Observed Generation: 2
210+
Observed Generation: 1
211211
Reason: Invalid
212212
Status: False
213213
Type: Programmed

site/content/how-to/traffic-management/advanced-routing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ This request should receive a response from the `coffee-v1` Pod.
125125

126126
```text
127127
Server address: 10.244.0.9:8080
128-
Server name: coffee-v2-68bd55f798-s9z5q
128+
Server name: coffee-v1-76c7c85bbd-cf8nz
129129
```
130130

131131
If we want our request to be routed to `coffee-v2`, then we need to meet the defined conditions. We can include a header:

site/content/how-to/traffic-management/routing-traffic-to-your-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ spec:
132132
EOF
133133
```
134134

135-
This gateway is associated with the NGINX Gateway Fabric through the **gatewayClassName** field. The default installation of NGINX Gateway Fabric creates a GatewayClass with the name **nginx**. NGINX Gateway Fabric will only configure gateways with a **gatewayClassName** of **nginx** unless you change the name via the `--gatewayclass` [command-line flag](/docs/cli-help.md#static-mode).
135+
This gateway is associated with the NGINX Gateway Fabric through the **gatewayClassName** field. The default installation of NGINX Gateway Fabric creates a GatewayClass with the name **nginx**. NGINX Gateway Fabric will only configure gateways with a **gatewayClassName** of **nginx** unless you change the name via the `--gatewayclass` [command-line flag]({{< relref "/reference/cli-help.md#static-mode" >}}).
136136

137137
We specify a [listener](https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1.Listener) on the gateway to open an entry point on the cluster. In this case, since the coffee application accepts HTTP requests, we create an HTTP listener, named **http**, that listens on port 80.
138138

0 commit comments

Comments
 (0)