Fix the links

pull/45723/head
shixiuguo 2024-03-29 13:58:21 +08:00
parent 5bfdfde453
commit 35187b683e
1 changed files with 2 additions and 2 deletions

View File

@ -70,10 +70,10 @@ When present, indicates that modifications should not be persisted. An invalid o
## fieldManager {#fieldManager}
<!--
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.
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
-->
fieldManager 是与进行这些更改的参与者或实体相关联的名称。
长度小于或128个字符且仅包含可打印字符如 https://golang.org/pkg/unicode/#IsPrint 所定义。
长度小于或128个字符且仅包含可打印字符如 https://pkg.go.dev/unicode#IsPrint 所定义。
<hr>