diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ed6b348338..9680332c84 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,8 +26,8 @@ Before submitting a pull request to create new content, please review the [Kuber Kubernetes.io uses github issues to track documentation issues and requests. If you see a documentation issue, submit an issue using the following steps: -1. Check the [kubernetes.io issues list](https://github.com/kubernetes/kubernetes.github.io/issues) as you might find out the issue is a duplicate. -2. Use the [included template for every new issue](https://github.com/kubernetes/kubernetes.github.io/issues/new). When you create a bug report, include as many details as possible and include suggested fixes to the issue. +1. Check the [kubernetes.io issues list](https://github.com/kubernetes/website/issues) as you might find out the issue is a duplicate. +2. Use the [included template for every new issue](https://github.com/kubernetes/website/issues/new). When you create a bug report, include as many details as possible and include suggested fixes to the issue. Note that code issues should be filed against the main kubernetes repository, while documentation issues should go in the kubernetes.io repository. diff --git a/cn/docs/getting-started-guides/centos/centos_manual_config.md b/cn/docs/getting-started-guides/centos/centos_manual_config.md index 4ff99653ac..ac79f48dfc 100644 --- a/cn/docs/getting-started-guides/centos/centos_manual_config.md +++ b/cn/docs/getting-started-guides/centos/centos_manual_config.md @@ -9,7 +9,7 @@ title: CentOS ## 警告 -本文档适用于Kubernetes 1.1.0,目前已经被[废弃](https://github.com/kubernetes/kubernetes.github.io/issues/1613)。相关内容请参阅最新版[指南](/docs/getting-started-guides/kubeadm/)。 +本文档适用于Kubernetes 1.1.0,目前已经被[废弃](https://github.com/kubernetes/website/issues/1613)。相关内容请参阅最新版[指南](/docs/getting-started-guides/kubeadm/)。 ## 前提条件 diff --git a/docs/concepts/cluster-administration/manage-deployment.md b/docs/concepts/cluster-administration/manage-deployment.md index c6cc97048d..fbd059e156 100644 --- a/docs/concepts/cluster-administration/manage-deployment.md +++ b/docs/concepts/cluster-administration/manage-deployment.md @@ -9,7 +9,7 @@ title: Managing Resources You've deployed your application and exposed it via a service. Now what? Kubernetes provides a number of tools to help you manage your application deployment, including scaling and updating. Among the features that we will discuss in more depth are [configuration files](/docs/concepts/configuration/overview/) and [labels](/docs/concepts/overview/working-with-objects/labels/). You can find all the files for this example [in our docs -repo here](https://github.com/kubernetes/kubernetes.github.io/tree/{{page.docsbranch}}/docs/user-guide/). +repo here](https://github.com/kubernetes/website/tree/{{page.docsbranch}}/docs/user-guide/). * TOC {:toc} diff --git a/docs/concepts/configuration/assign-pod-node.md b/docs/concepts/configuration/assign-pod-node.md index c3d71ce0c5..b7084cc2f7 100644 --- a/docs/concepts/configuration/assign-pod-node.md +++ b/docs/concepts/configuration/assign-pod-node.md @@ -16,7 +16,7 @@ that a pod ends up on a machine with an SSD attached to it, or to co-locate pods services that communicate a lot into the same availability zone. You can find all the files for these examples [in our docs -repo here](https://github.com/kubernetes/kubernetes.github.io/tree/{{page.docsbranch}}/docs/user-guide/node-selection). +repo here](https://github.com/kubernetes/website/tree/{{page.docsbranch}}/docs/user-guide/node-selection). * TOC {:toc} diff --git a/docs/concepts/workloads/controllers/deployment.md b/docs/concepts/workloads/controllers/deployment.md index 14d07d34fc..82bb729b28 100644 --- a/docs/concepts/workloads/controllers/deployment.md +++ b/docs/concepts/workloads/controllers/deployment.md @@ -58,7 +58,7 @@ The `template` field contains the following instructions: To create this Deployment, run the following command: ```shell -kubectl create -f https://raw.githubusercontent.com/kubernetes/kubernetes.github.io/master/docs/concepts/workloads/controllers/nginx-deployment.yaml +kubectl create -f https://raw.githubusercontent.com/kubernetes/website/master/docs/concepts/workloads/controllers/nginx-deployment.yaml ``` Note: You can append `--record` to this command to record the current command in the annotations of diff --git a/docs/getting-started-guides/centos/centos_manual_config.md b/docs/getting-started-guides/centos/centos_manual_config.md index 59557bd672..76c68f0918 100644 --- a/docs/getting-started-guides/centos/centos_manual_config.md +++ b/docs/getting-started-guides/centos/centos_manual_config.md @@ -7,7 +7,7 @@ title: CentOS * TOC {:toc} -**Caution:** This guide was originally written for Kubernetes 1.1.0 and [is deprecated](https://github.com/kubernetes/kubernetes.github.io/issues/1613) and is replaced by [kubeadm](/docs/admin/kubeadm/). +**Caution:** This guide was originally written for Kubernetes 1.1.0 and [is deprecated](https://github.com/kubernetes/website/issues/1613) and is replaced by [kubeadm](/docs/admin/kubeadm/). {: .caution} ## Prerequisites diff --git a/docs/home/contribute/create-pull-request.md b/docs/home/contribute/create-pull-request.md index 733e18fe75..12638ac23b 100644 --- a/docs/home/contribute/create-pull-request.md +++ b/docs/home/contribute/create-pull-request.md @@ -5,7 +5,7 @@ title: Creating a Documentation Pull Request {% capture overview %} To contribute to the Kubernetes documentation, create a pull request against the -[kubernetes/kubernetes.github.io](https://github.com/kubernetes/kubernetes.github.io){: target="_blank"} +[kubernetes/website](https://github.com/kubernetes/website){: target="_blank"} repository. This page shows how to create a pull request. {% endcapture %} @@ -26,7 +26,7 @@ Documentation will be published under the [CC BY SA 4.0](https://git.k8s.io/kube ## Creating a fork of the Kubernetes documentation repository 1. Go to the -[kubernetes/kubernetes.github.io](https://github.com/kubernetes/kubernetes.github.io){: target="_blank"} +[kubernetes/website](https://github.com/kubernetes/website){: target="_blank"} repository. 1. In the upper-right corner, click **Fork**. This creates a copy of the @@ -51,7 +51,7 @@ create a pull request against the master branch of the Kubernetes documentation repository. 1. In your GitHub account, in your new branch, create a pull request -against the master branch of the kubernetes/kubernetes.github.io +against the master branch of the kubernetes/website repository. This opens a page that shows the status of your pull request. 1. Click **Show all checks**. Wait for the **deploy/netlify** check to complete. @@ -70,7 +70,7 @@ of the Kubernetes documentation repository. The <vnext> branch has the form `release-`, for example release-1.5. 1. In your GitHub account, in your new branch, create a pull request -against the <vnext> branch of the kubernetes/kubernetes.github.io +against the <vnext> branch of the kubernetes/website repository. This opens a page that shows the status of your pull request. 1. Click **Show all checks**. Wait for the **deploy/netlify** check to complete. diff --git a/docs/home/contribute/page-templates.md b/docs/home/contribute/page-templates.md index 060bd25a56..3d87d25708 100644 --- a/docs/home/contribute/page-templates.md +++ b/docs/home/contribute/page-templates.md @@ -13,7 +13,7 @@ title: Using Page Templates
  • Concept
  • -

    The page templates are in the _includes/templates directory of the kubernetes.github.io repository. +

    The page templates are in the _includes/templates directory of the kubernetes.github.io repository.

    Task template

    diff --git a/docs/home/contribute/review-issues.md b/docs/home/contribute/review-issues.md index 047cc6936f..43e6860c16 100644 --- a/docs/home/contribute/review-issues.md +++ b/docs/home/contribute/review-issues.md @@ -4,7 +4,7 @@ title: Reviewing Documentation Issues {% capture overview %} -This page explains how documentation issues are reviewed and prioritized for the [kubernetes/kubernetes.github.io](https://github.com/kubernetes/kubernetes.github.io){: 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](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. {% endcapture %} {% capture body %} diff --git a/docs/home/contribute/stage-documentation-changes.md b/docs/home/contribute/stage-documentation-changes.md index 718da7df94..90914c31a6 100644 --- a/docs/home/contribute/stage-documentation-changes.md +++ b/docs/home/contribute/stage-documentation-changes.md @@ -21,7 +21,7 @@ branch, your changes are staged in a custom subdomain on Netlify so that you can see your changes in rendered form before the pull request is merged. 1. In your GitHub account, in your new branch, submit a pull request to the -kubernetes/kubernetes.github.io repository. This opens a page that shows the +kubernetes/website repository. This opens a page that shows the status of your pull request. 1. Scroll down to the list of automated checks. Click **Show all checks**. diff --git a/editdocs.md b/editdocs.md index cee46f80ef..4c7b257ba1 100644 --- a/editdocs.md +++ b/editdocs.md @@ -12,9 +12,9 @@ $( document ).ready(function() { $("#generalInstructions").hide(); $("#continueEdit").show(); $("#continueEditButton").text("Edit " + forwarding); - $("#continueEditButton").attr("href", "https://github.com/kubernetes/kubernetes.github.io/edit/{{ page.docsbranch }}/" + forwarding) + $("#continueEditButton").attr("href", "https://github.com/kubernetes/website/edit/{{ page.docsbranch }}/" + forwarding) $("#viewOnGithubButton").text("View " + forwarding + " on GitHub"); - $("#viewOnGithubButton").attr("href", "https://git.k8s.io/kubernetes.github.io/" + forwarding) + $("#viewOnGithubButton").attr("href", "https://git.k8s.io/website/" + forwarding) } else { $("#generalInstructions").show(); $("#continueEdit").hide(); @@ -44,7 +44,7 @@ $( document ).ready(function() {

    Click the button below to visit the repo for our site. You can then click the Fork button in the upper-right area of the screen to create a copy of our site in your GitHub account called a fork. Make any changes you want in your fork, and when you are ready to send those changes to us, go to the index page for your fork and click New Pull Request to let us know about it.

    -

    Browse this site's source code

    +

    Browse this site's source code