Skip to content

Commit 35187b6

Browse files
author
shixiuguo
committed
Fix the links
1 parent 5bfdfde commit 35187b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/reference/kubernetes-api/common-parameters/common-parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ When present, indicates that modifications should not be persisted. An invalid o
7070
## fieldManager {#fieldManager}
7171

7272
<!--
73-
fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.
73+
fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://pkg.go.dev/unicode#IsPrint
7474
-->
7575
fieldManager 是与进行这些更改的参与者或实体相关联的名称。
76-
长度小于或128个字符且仅包含可打印字符,如 https://golang.org/pkg/unicode/#IsPrint 所定义。
76+
长度小于或128个字符且仅包含可打印字符,如 https://pkg.go.dev/unicode#IsPrint 所定义。
7777

7878
<hr>
7979

0 commit comments

Comments
 (0)