Skip to content

Commit 47c3435

Browse files
authored
docs: fix broken links (#4217)
* docs: fix broken links * fix * address review comment * fix * fix
1 parent 079e477 commit 47c3435

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
lines changed

site-src/api-types/backendtlspolicy.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@ Status defines the observed state of the BackendTLSPolicy and is not user-config
164164
way you do for other Gateway API objects to verify correct operation. Note that the status in BackendTLSPolicy
165165
uses `PolicyAncestorStatus` to allow you to know which parentReference set that particular status.
166166

167-
[backendtlspolicy]: ../reference/spec.md#gateway.networking.k8s.io/v1alpha3.BackendTLSPolicy
168-
[validation]: ../reference/spec.md#gateway.networking.k8s.io/v1alpha3.BackendTLSPolicy.Validation
169-
[caCertificateRefs]: ../reference/spec.md#gateway.networking.k8s.io/v1alpha3.BackendTLSPolicyValidation.CACertificateRefs
170-
[wellKnownCACertificates]: ../reference/spec.md#gateway.networking.k8s.io/v1alpha3.BackendTLSPolicyValidation.WellKnownCACertificates
171-
[hostname]: ../reference/spec.md#gateway.networking.k8s.io/v1.PreciseHostname
167+
[backendtlspolicy]: ../reference/spec.md#backendtlspolicy
168+
[validation]: ../reference/spec.md#backendtlspolicyvalidation
169+
[caCertificateRefs]: ../reference/spec.md#localobjectreference
170+
[wellKnownCACertificates]: ../reference/spec.md#localobjectreference
171+
[hostname]: ../reference/spec.md#precisehostname
172172
[rfc-3986]: https://tools.ietf.org/html/rfc3986
173-
[targetRefs]: ../references/spec/#gateway.networking.k8s.io/v1alpha2.PolicyTargetReference
174-
[subjectAltNames]: ../references/spec/#gateway.networking.k8s.io/v1alpha3.BackendTLSPolicyValidation
175-
[options]: ../references/spec/#gateway.networking.k8s.io/v1alpha3.GatewayTLSConfig
173+
[targetRefs]: ../reference/spec.md#localpolicytargetreferencewithsectionname
174+
[subjectAltNames]: ../reference/spec.md#subjectaltname
175+
[options]: ../reference/spec.md#backendtlspolicyspec

site-src/api-types/gatewayclass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,5 @@ example.net/gateway/v2.1 // Use version 2.1
141141
example.net/gateway // Use the default version
142142
```
143143

144-
[gatewayclass]: ../reference/spec.md#gateway.networking.k8s.io/v1.GatewayClass
144+
[gatewayclass]: ../reference/spec.md#gatewayclass
145145
[ingress-class-api]: https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-class

site-src/api-types/grpcroute.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -272,12 +272,12 @@ Multiple GRPCRoutes can be attached to a single Gateway resource. Importantly,
272272
only one Route rule may match each request. For more information on how conflict
273273
resolution applies to merging, refer to the [API specification][grpcrouterule].
274274

275-
[grpcroute]: ../reference/spec.md#gateway.networking.k8s.io/v1.GRPCRoute
276-
[grpcrouterule]: ../reference/spec.md#gateway.networking.k8s.io/v1.GRPCRouteRule
277-
[hostname]: ../reference/spec.md#gateway.networking.k8s.io/v1.Hostname
275+
[grpcroute]: ../reference/spec.md#grpcroute
276+
[grpcrouterule]: ../reference/spec.md#grpcrouterule
277+
[hostname]: ../reference/spec.md#hostname
278278
[rfc-3986]: https://tools.ietf.org/html/rfc3986
279-
[matches]: ../reference/spec.md#gateway.networking.k8s.io/v1.GRPCRouteMatch
280-
[filters]: ../reference/spec.md#gateway.networking.k8s.io/v1.GRPCRouteFilter
281-
[backendRef]: ../reference/spec.md#gateway.networking.k8s.io/v1.GRPCBackendRef
282-
[parentRef]: ../reference/spec.md#gateway.networking.k8s.io/v1.ParentRef
283-
[name]: ../reference/spec.md#gateway.networking.k8s.io/v1.SectionName
279+
[matches]: ../reference/spec.md#grpcroutematch
280+
[filters]: ../reference/spec.md#grpcroutefilter
281+
[backendRef]: ../reference/spec.md#grpcbackendref
282+
[parentRef]: ../reference/spec.md#parentreference
283+
[name]: ../reference/spec.md#sectionname

site-src/api-types/httproute.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -336,14 +336,14 @@ only one Route rule may match each request. For more information on how conflict
336336
resolution applies to merging, refer to the [API specification][httprouterule].
337337

338338

339-
[httproute]: ../reference/spec.md#gateway.networking.k8s.io/v1.HTTPRoute
340-
[httprouterule]: ../reference/spec.md#gateway.networking.k8s.io/v1.HTTPRouteRule
341-
[hostname]: ../reference/spec.md#gateway.networking.k8s.io/v1.Hostname
339+
[httproute]: ../reference/spec.md#httproute
340+
[httprouterule]: ../reference/spec.md#httprouterule
341+
[hostname]: ../reference/spec.md#hostname
342342
[rfc-3986]: https://tools.ietf.org/html/rfc3986
343-
[matches]: ../reference/spec.md#gateway.networking.k8s.io/v1.HTTPRouteMatch
344-
[filters]: ../reference/spec.md#gateway.networking.k8s.io/v1.HTTPRouteFilter
345-
[backendRef]: ../reference/spec.md#gateway.networking.k8s.io/v1.HTTPBackendRef
346-
[parentRef]: ../reference/spec.md#gateway.networking.k8s.io/v1.ParentRef
347-
[timeouts]: ../reference/spec.md#gateway.networking.k8s.io/v1.HTTPRouteTimeouts
343+
[matches]: ../reference/spec.md#httproutematch
344+
[filters]: ../reference/spec.md#httproutefilter
345+
[backendRef]: ../reference/spec.md#httpbackendref
346+
[parentRef]: ../reference/spec.md#parentreference
347+
[timeouts]: ../reference/spec.md#httproutetimeouts
348348
[appProtocol]: https://kubernetes.io/docs/concepts/services-networking/service/#application-protocol
349-
[sectionName]: ../reference/spec.md#gateway.networking.k8s.io/v1.SectionName
349+
[sectionName]: ../reference/spec.md#sectionname

site-src/api-types/referencegrant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ While the API is simplistic in nature, it comes with a few notable decisions:
9090
other. This makes it impossible for them to conflict with each other.
9191
9292
Please see the [API
93-
Specification](../reference/spec.md#gateway.networking.k8s.io/v1alpha2.ReferenceGrant)
93+
Specification](../reference/spec.md#referencegrant)
9494
for more details on how specific ReferenceGrant fields are interpreted.
9595
9696
## Implementation Guidelines

0 commit comments

Comments
 (0)