File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/docs/tasks/debug/debug-application Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,11 +203,11 @@ is empty and the container exited with an error. The log output is limited to
203
203
* See the `terminationMessagePath` field in
204
204
[Container](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#container-v1-core).
205
205
* Learn about [retrieving logs](/docs/concepts/cluster-administration/logging/).
206
- * Learn about [Go templates](https://golang.org/pkg/ text/template/ ).
206
+ * Learn about [Go templates](https://pkg.go.dev/ text/template).
207
207
-->
208
208
209
209
* 参考 [Container](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#container-v1-core)
210
210
资源的 `terminationMessagePath` 字段。
211
211
* 了解[检索日志](/zh-cn/docs/concepts/cluster-administration/logging/)。
212
- * 了解 [Go 模板](https://golang.org/pkg/ text/template/ )。
212
+ * 了解 [Go 模板](https://pkg.go.dev/ text/template)。
213
213
You can’t perform that action at this time.
0 commit comments