Skip to content

Commit a02d456

Browse files
authored
Fix broken Gateway API reference links (#2147)
* fix: Fix broken Gateway API reference links Signed-off-by: Flynn <flynn@buoyant.io> * fix: Whoops, no trailing // on these URLs... Signed-off-by: Flynn <flynn@buoyant.io> --------- Signed-off-by: Flynn <flynn@buoyant.io>
1 parent 6e50840 commit a02d456

30 files changed

Lines changed: 30 additions & 30 deletions

File tree

linkerd.io/content/2-edge/features/request-routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is an example of _client-side policy_, i.e. ways to dynamically configure
1414
Linkerd's behavior when it is sending requests from a meshed pod.
1515

1616
Dynamic request routing is built on Kubernetes's Gateway API types, especially
17-
[HTTPRoute](https://gateway-api.sigs.k8s.io/api-types/httproute/).
17+
[HTTPRoute](https://gateway-api.sigs.k8s.io/reference/api-types/httproute/).
1818

1919
This feature extends Linkerd's traffic routing capabilities beyond those of
2020
[traffic splits](traffic-split/), which only provide percentage-based splits.

linkerd.io/content/2-edge/reference/grpcroute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ part of [Linkerd's support for the Gateway API](../features/gateway-api/).
1515

1616
The GRPCRoute resource is part of the Gateway API and is not Linkerd-specific.
1717
The canonical reference doc is the
18-
[Gateway API GRPCRoute documentation](https://gateway-api.sigs.k8s.io/api-types/grpcroute/).
18+
[Gateway API GRPCRoute documentation](https://gateway-api.sigs.k8s.io/reference/api-types/grpcroute/).
1919
This page is intended as a _supplement_ to that doc, and will detail how this
2020
type is used by Linkerd specifically.
2121

linkerd.io/content/2-edge/reference/httproute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ part of [Linkerd's support for the Gateway API](../features/gateway-api/).
1515

1616
The HTTPRoute resource is part of the Gateway API and is not Linkerd-specific.
1717
The canonical reference doc is the
18-
[Gateway API HTTPRoute documentation](https://gateway-api.sigs.k8s.io/api-types/httproute/).
18+
[Gateway API HTTPRoute documentation](https://gateway-api.sigs.k8s.io/reference/api-types/httproute/).
1919
This page is intended as a _supplement_ to that doc, and will detail how this
2020
type is used by Linkerd specifically.
2121

linkerd.io/content/2-edge/reference/timeouts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ annotations.
3737
regardless of its state.
3838

3939
If the
40-
[request timeout](https://gateway-api.sigs.k8s.io/api-types/httproute/#timeouts-optional)
40+
[request timeout](https://gateway-api.sigs.k8s.io/reference/api-types/httproute/#timeouts-optional)
4141
field is set on an HTTPRoute resource, it will be used as the
4242
`timeout.linkerd.io/request` timeout. However, if both the field and the
4343
annotation are specified, the annotation will take priority.

linkerd.io/content/2.13/features/request-routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is an example of _client-side policy_, i.e. ways to dynamically configure
1414
Linkerd's behavior when it is sending requests from a meshed pod.
1515

1616
Dynamic request routing is built on Kubernetes's Gateway API types, especially
17-
[HTTPRoute](https://gateway-api.sigs.k8s.io/api-types/httproute/).
17+
[HTTPRoute](https://gateway-api.sigs.k8s.io/reference/api-types/httproute/).
1818

1919
This feature extends Linkerd's traffic routing capabilities beyond those of
2020
[traffic splits](traffic-split/), which only provide percentage-based splits.

linkerd.io/content/2.14/features/httproute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To get started with HTTPRoutes, you can:
6969
- See the [reference documentation](../reference/httproute/) for a complete
7070
description of the HTTPRoute resource.
7171

72-
[HTTPRoute resource]: https://gateway-api.sigs.k8s.io/api-types/httproute/
72+
[HTTPRoute resource]: https://gateway-api.sigs.k8s.io/reference/api-types/httproute/
7373
[Gateway API]: https://gateway-api.sigs.k8s.io/
7474
[Service]: https://kubernetes.io/docs/concepts/services-networking/service/
7575
[Server]: ../reference/authorization-policy/#server

linkerd.io/content/2.14/features/request-routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is an example of _client-side policy_, i.e. ways to dynamically configure
1414
Linkerd's behavior when it is sending requests from a meshed pod.
1515

1616
Dynamic request routing is built on Kubernetes's Gateway API types, especially
17-
[HTTPRoute](https://gateway-api.sigs.k8s.io/api-types/httproute/).
17+
[HTTPRoute](https://gateway-api.sigs.k8s.io/reference/api-types/httproute/).
1818

1919
This feature extends Linkerd's traffic routing capabilities beyond those of
2020
[traffic splits](traffic-split/), which only provide percentage-based splits.

linkerd.io/content/2.15/features/httproute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To get started with HTTPRoutes, you can:
6969
- See the [reference documentation](../reference/httproute/) for a complete
7070
description of the HTTPRoute resource.
7171

72-
[HTTPRoute resource]: https://gateway-api.sigs.k8s.io/api-types/httproute/
72+
[HTTPRoute resource]: https://gateway-api.sigs.k8s.io/reference/api-types/httproute/
7373
[Gateway API]: https://gateway-api.sigs.k8s.io/
7474
[Service]: https://kubernetes.io/docs/concepts/services-networking/service/
7575
[Server]: ../reference/authorization-policy/#server

linkerd.io/content/2.15/features/request-routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is an example of _client-side policy_, i.e. ways to dynamically configure
1414
Linkerd's behavior when it is sending requests from a meshed pod.
1515

1616
Dynamic request routing is built on Kubernetes's Gateway API types, especially
17-
[HTTPRoute](https://gateway-api.sigs.k8s.io/api-types/httproute/).
17+
[HTTPRoute](https://gateway-api.sigs.k8s.io/reference/api-types/httproute/).
1818

1919
This feature extends Linkerd's traffic routing capabilities beyond those of
2020
[traffic splits](traffic-split/), which only provide percentage-based splits.

linkerd.io/content/2.16/features/request-routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is an example of _client-side policy_, i.e. ways to dynamically configure
1414
Linkerd's behavior when it is sending requests from a meshed pod.
1515

1616
Dynamic request routing is built on Kubernetes's Gateway API types, especially
17-
[HTTPRoute](https://gateway-api.sigs.k8s.io/api-types/httproute/).
17+
[HTTPRoute](https://gateway-api.sigs.k8s.io/reference/api-types/httproute/).
1818

1919
This feature extends Linkerd's traffic routing capabilities beyond those of
2020
[traffic splits](traffic-split/), which only provide percentage-based splits.

0 commit comments

Comments
 (0)