diff --git a/README.md b/README.md
index 304bddcf29..e847c04558 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ For that some environment variables are automatically injected:
* `JENKINS_NAME` : the name of the Jenkins agent (Deprecated. Only here for backwards compatibility)
Tested with [`jenkins/inbound-agent`](https://hub.docker.com/r/jenkins/inbound-agent),
-see the [Docker image source code](https://github.com/jenkinsci/docker-inbound-agent).
+see the [Docker image source code](https://github.com/jenkinsci/docker-agent).
It is not required to run the Jenkins controller inside Kubernetes.
diff --git a/README_zh.md b/README_zh.md
index 588aac2698..6b831a82bd 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -17,7 +17,7 @@ For that some environment variables are automatically injected:
* `JENKINS_NAME`: Jenkins 节点的名称(已废弃,保持向后兼容)
使用镜像 [`jenkins/inbound-agent`](https://hub.docker.com/r/jenkins/inbound-agent) 做的测试。
-查看[Docker 镜像源码](https://github.com/jenkinsci/docker-inbound-agent)。
+查看[Docker 镜像源码](https://github.com/jenkinsci/docker-agent)。
Jenkins controller 可以不在 Kubernetes 上运行。
diff --git a/src/main/resources/org/csanchez/jenkins/plugins/kubernetes/ContainerTemplate/help-image.html b/src/main/resources/org/csanchez/jenkins/plugins/kubernetes/ContainerTemplate/help-image.html
index 98889adef7..98b12172ba 100644
--- a/src/main/resources/org/csanchez/jenkins/plugins/kubernetes/ContainerTemplate/help-image.html
+++ b/src/main/resources/org/csanchez/jenkins/plugins/kubernetes/ContainerTemplate/help-image.html
@@ -1,3 +1,3 @@
Container image (repository, name, and tag) for a Jenkins inbound agent.
Connection details will be passed as environment variables as per
-documentation.
+documentation.