Skip to content

Commit cd417ce

Browse files
author
Travis Raines
committed
Fix broken link
Use an absolute path for the TCPRoute spec. The current relative path attempts to load /tcp/spec/#networking.x-k8s.io/v1alpha1.TCPRoute, but the spec actually lives at /spec/#networking.x-k8s.io/v1alpha1.TCPRoute
1 parent 7417038 commit cd417ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site-src/tcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Gateway API is designed to work with multiple protocols.
2-
[TCPRoute](spec/#networking.x-k8s.io/v1alpha1.TCPRoute) is one such route which
2+
[TCPRoute](/spec/#networking.x-k8s.io/v1alpha1.TCPRoute) is one such route which
33
allows for managing TCP traffic.
44

55
In this example, we have one Gateway resource and two TCPRoute resources that

0 commit comments

Comments
 (0)