Skip to content

Commit e11b715

Browse files
authored
Merge pull request #43877 from laurentvaills/patch-1
Fix link to custom resources
2 parents 30e0e70 + 1124742 commit e11b715

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+1
-1
lines changed

content/en/docs/concepts/services-networking/gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following principles shaped the design and architecture of Gateway API:
2929
* __Application Developer:__ Manages an application running in a cluster and is typically
3030
concerned with application-level configuration and [Service](/docs/concepts/services-networking/service/)
3131
composition.
32-
* __Portable:__ Gateway API specifications are defined as [custom resources](docs/concepts/extend-kubernetes/api-extension/custom-resources)
32+
* __Portable:__ Gateway API specifications are defined as [custom resources](/docs/concepts/extend-kubernetes/api-extension/custom-resources)
3333
and are supported by many [implementations](https://gateway-api.sigs.k8s.io/implementations/).
3434
* __Expressive:__ Gateway API kinds support functionality for common traffic routing use cases
3535
such as header-based matching, traffic weighting, and others that were only possible in

0 commit comments

Comments
 (0)