diff --git a/content/en/docs/home/contribute/create-pull-request.md b/content/en/docs/home/contribute/create-pull-request.md
index 74aaa62351..d6c6a57516 100644
--- a/content/en/docs/home/contribute/create-pull-request.md
+++ b/content/en/docs/home/contribute/create-pull-request.md
@@ -6,17 +6,17 @@ content_template: templates/task
{{% capture overview %}}
To contribute to the Kubernetes documentation, create a pull request against the
-[kubernetes/website](https://github.com/kubernetes/website){: target="_blank"}
+kubernetes/website
repository. This page shows how to create a pull request.
{{% /capture %}}
{{% capture prerequisites %}}
-1. Create a [GitHub account](https://github.com){: target="_blank"}.
+1. Create a Github account.
1. Sign the
-[Linux Foundation Contributor License Agreement](https://identity.linuxfoundation.org/projects/cncf){: target="_blank"}.
+ Linux Foundation Contributor License Agreement (CLA).
Documentation will be published under the [CC BY SA 4.0](https://git.k8s.io/website/LICENSE) license.
@@ -27,8 +27,8 @@ Documentation will be published under the [CC BY SA 4.0](https://git.k8s.io/webs
## Creating a fork of the Kubernetes documentation repository
1. Go to the
-[kubernetes/website](https://github.com/kubernetes/website){: target="_blank"}
-repository.
+ kubernetes/website
+ repository.
1. In the upper-right corner, click **Fork**. This creates a copy of the
Kubernetes documentation repository in your GitHub account. The copy
diff --git a/content/en/docs/home/contribute/review-issues.md b/content/en/docs/home/contribute/review-issues.md
index 08a3f3bd9a..69d8605cbb 100644
--- a/content/en/docs/home/contribute/review-issues.md
+++ b/content/en/docs/home/contribute/review-issues.md
@@ -5,7 +5,8 @@ content_template: templates/concept
{{% capture overview %}}
-This page explains how documentation issues are reviewed and prioritized for the [kubernetes/website](https://github.com/kubernetes/website){: target="_blank"} repository. The purpose is to provide a way to organize issues and make it easier to contribute to Kubernetes documentation. The following should be used as the standard way of prioritizing, labeling, and interacting with issues.
+This page explains how documentation issues are reviewed and prioritized for the
+kubernetes/website repository. The purpose is to provide a way to organize issues and make it easier to contribute to Kubernetes documentation. The following should be used as the standard way of prioritizing, labeling, and interacting with issues.
{{% /capture %}}
{{% capture body %}}
diff --git a/content/en/docs/home/contribute/stage-documentation-changes.md b/content/en/docs/home/contribute/stage-documentation-changes.md
index 04ea8fcde9..ca66897fcc 100644
--- a/content/en/docs/home/contribute/stage-documentation-changes.md
+++ b/content/en/docs/home/contribute/stage-documentation-changes.md
@@ -34,7 +34,7 @@ can see your changes.
You can use the k8sdocs Docker image to run a local staging server. If you're
interested, you can view the
-[Dockerfile](https://git.k8s.io/website/staging-container/Dockerfile){: target="_blank"}
+Dockerfile
for this image.
1. Install Docker if you don't already have it.
@@ -54,9 +54,9 @@ web server:
## Staging locally without Docker
-1. [Install Ruby 2.2 or later](https://www.ruby-lang.org){: target="_blank"}.
+1. Install Ruby 2.2 or later.
-1. [Install RubyGems](https://rubygems.org){: target="_blank"}.
+1. Install Ruby Gems.
1. Verify that Ruby and RubyGems are installed: