Skip to content

Commit 1693f14

Browse files
committed
[en] Update go lang link kubelet-config.v1beta1.md
1 parent 24664ca commit 1693f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/reference/config-api/kubelet-config.v1beta1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ Default: &quot;&quot;</p>
449449
<td>
450450
<p>tlsCipherSuites is the list of allowed cipher suites for the server.
451451
Note that TLS 1.3 ciphersuites are not configurable.
452-
Values are from tls package constants (https://golang.org/pkg/crypto/tls/#pkg-constants).
452+
Values are from tls package constants (https://pkg.go.dev/crypto/tls#pkg-constants).
453453
Default: nil</p>
454454
</td>
455455
</tr>
@@ -458,7 +458,7 @@ Default: nil</p>
458458
</td>
459459
<td>
460460
<p>tlsMinVersion is the minimum TLS version supported.
461-
Values are from tls package constants (https://golang.org/pkg/crypto/tls/#pkg-constants).
461+
Values are from tls package constants (https://pkg.go.dev/crypto/tls#pkg-constants).
462462
Default: &quot;&quot;</p>
463463
</td>
464464
</tr>

0 commit comments

Comments
 (0)