Skip to content

Commit c8e7bc8

Browse files
committed
fix
Signed-off-by: zirain <zirain2009@gmail.com>
1 parent 99e8f78 commit c8e7bc8

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

site/content/en/latest/api/gateway_api/gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title = "Gateway"
55

66
The `Gateway` resource is GA and has been part of the Standard Channel since
77
`v0.5.0`. For more information on release channels, refer to our [versioning
8-
guide](https://gateway-api.sigs.k8s.io/concepts/versioning.md).
8+
guide](https://gateway-api.sigs.k8s.io/concepts/versioning).
99

1010
A `Gateway` is 1:1 with the lifecycle of the configuration of infrastructure.
1111
When a user creates a `Gateway`, some load balancing infrastructure is

site/content/en/latest/api/gateway_api/gatewayclass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title = "GatewayClass"
55

66
The `GatewayClass` resource is GA and has been part of the Standard Channel since
77
`v0.5.0`. For more information on release channels, refer to our [versioning
8-
guide](https://gateway-api.sigs.k8s.io/concepts/versioning.md).
8+
guide](https://gateway-api.sigs.k8s.io/concepts/versioning).
99

1010
[GatewayClass][gatewayclass] is cluster-scoped resource defined by the
1111
infrastructure provider. This resource represents a class of Gateways that can

site/content/en/latest/api/gateway_api/grpcroute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title = "GRPCRoute"
55

66
The `GRPCRoute` resource is GA and has been part of the Standard Channel since
77
`v1.1.0`. For more information on release channels, refer to our [versioning
8-
guide](https://gateway-api.sigs.k8s.io/concepts/versioning.md).
8+
guide](https://gateway-api.sigs.k8s.io/concepts/versioning).
99

1010
[GRPCRoute][grpcroute] is a Gateway API type for specifying routing behavior
1111
of gRPC requests from a Gateway listener to an API object, i.e. Service.

site/content/en/latest/api/gateway_api/httproute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title = "HTTPRoute"
55

66
The `HTTPRoute` resource is GA and has been part of the Standard Channel since
77
`v0.5.0`. For more information on release channels, refer to our [versioning
8-
guide](https://gateway-api.sigs.k8s.io/concepts/versioning.md).
8+
guide](https://gateway-api.sigs.k8s.io/concepts/versioning).
99

1010
[HTTPRoute][httproute] is a Gateway API type for specifying routing behavior
1111
of HTTP requests from a Gateway listener to an API object, i.e. Service.

site/content/en/latest/api/gateway_api/referencegrant.md

Lines changed: 2 additions & 2 deletions
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](https://gateway-api.sigs.k8s.io/reference/spec.md#gateway.networking.k8s.io/v1alpha2.ReferenceGrant)
93+
Specification](https://gateway-api.sigs.k8s.io/reference/spec#gateway.networking.k8s.io/v1alpha2.ReferenceGrant)
9494
for more details on how specific ReferenceGrant fields are interpreted.
9595
9696
## Implementation Guidelines
@@ -110,7 +110,7 @@ No hints should be provided about whether or not the referenced resource exists.
110110
Cross namespace Route -> Gateway binding follows a slightly different pattern
111111
where the handshake mechanism is built into the Gateway resource. For more
112112
information on that approach, refer to the relevant [Security Model
113-
documentation](https://gateway-api.sigs.k8s.io/concepts/security-model.md). Although conceptually similar to
113+
documentation](https://gateway-api.sigs.k8s.io/concepts/security-model). Although conceptually similar to
114114
ReferenceGrant, this configuration is built directly into Gateway Listeners,
115115
and allows for fine-grained per Listener configuration that would not be
116116
possible with ReferenceGrant.

tools/make/docs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ gwapi-doc-update-relative-links:
149149
$(SED) -e 's/https:\/\/gateway-api.sigs.k8s.io\.\./https:\/\/gateway-api.sigs.k8s.io/g' $(DOC_DEST_DIR)/$(file);)
150150
# Remove .md from links
151151
@$(foreach file, $(SYNC_FILES), \
152-
$(SED) -e 's/\(\[.*\](https:\/\/gateway-api.sigs.k8s.io[^)]*\)\.md/\1/g' $(DOC_DEST_DIR)/$(file);)
152+
$(SED) -e 's/\((https:\/\/gateway-api.sigs.k8s.io[^)]*\)\.md/\1/g' $(DOC_DEST_DIR)/$(file);)
153153

154154
.PHONY: helm-readme-gen
155155
helm-readme-gen:

0 commit comments

Comments
 (0)