Fix relative links issue in zh content (#13312)
* `http://kubernetes.io/docs/` -> `/docs/` * `https://kubernetes.io/docs/` -> `/docs/`
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
868899b059
commit
61ee18e87b
@@ -43,10 +43,10 @@ What is a bootstrap token more exactly?
|
||||
|
||||
<!--
|
||||
You can read more about bootstrap tokens here:
|
||||
https://kubernetes.io/docs/admin/bootstrap-tokens/
|
||||
/docs/admin/bootstrap-tokens/
|
||||
-->
|
||||
您可以在此处阅读有关引导令牌(bootstrap token)的更多信息:
|
||||
https://kubernetes.io/docs/admin/bootstrap-tokens/
|
||||
/docs/admin/bootstrap-tokens/
|
||||
|
||||
```
|
||||
kubeadm token [flags]
|
||||
@@ -123,6 +123,3 @@ kubeadm token [flags]
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user