Skip to content

Commit ba9d0fa

Browse files
author
朱正浩,Zhu Zhenghao
committed
update link of go package text/template
1 parent 29205f4 commit ba9d0fa

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

content/en/docs/tasks/access-application-cluster/list-all-running-container-images.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ kubectl get pods --namespace kube-system -o jsonpath="{.items[*].spec.containers
8181

8282
## List Container images using a go-template instead of jsonpath
8383

84-
As an alternative to jsonpath, Kubectl supports using [go-templates](https://golang.org/pkg/text/template/)
84+
As an alternative to jsonpath, Kubectl supports using [go-templates](https://pkg.go.dev/text/template)
8585
for formatting the output:
8686

8787
```shell
@@ -93,5 +93,4 @@ kubectl get pods --all-namespaces -o go-template --template="{{range .items}}{{r
9393
### Reference
9494

9595
* [Jsonpath](/docs/reference/kubectl/jsonpath/) reference guide
96-
* [Go template](https://golang.org/pkg/text/template/) reference guide
97-
96+
* [Go template](https://pkg.go.dev/text/template) reference guide

content/en/docs/tasks/debug/debug-application/determine-reason-pod-failure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ is empty and the container exited with an error. The log output is limited to
128128
* See the `terminationMessagePath` field in
129129
[Container](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#container-v1-core).
130130
* Learn about [retrieving logs](/docs/concepts/cluster-administration/logging/).
131-
* Learn about [Go templates](https://golang.org/pkg/text/template/).
131+
* Learn about [Go templates](https://pkg.go.dev/text/template).

0 commit comments

Comments
 (0)