Skip to content

Commit c2b7ee8

Browse files
authored
[zh] Fix an error link
The hyperlink of 'DNS 子域名' is missing a '/', which leads to a404 error
1 parent 52bc988 commit c2b7ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/workloads/controllers/statefulset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The name of a StatefulSet object must be a valid
163163
* `volumeClaimTemplates` 将通过 PersistentVolumes 驱动提供的
164164
[PersistentVolumes](/zh/docs/concepts/storage/persistent-volumes/) 来提供稳定的存储。
165165

166-
StatefulSet 的命名需要遵循[DNS 子域名](zh/docs/concepts/overview/working-with-objects/names#dns-subdomain-names)规范。
166+
StatefulSet 的命名需要遵循[DNS 子域名](/zh/docs/concepts/overview/working-with-objects/names#dns-subdomain-names)规范。
167167

168168
<!--
169169
## Pod Selector

0 commit comments

Comments
 (0)