v1.7 patch 01

pull/4230/merge
Andrew Chen 2017-06-29 23:35:27 -07:00 committed by Andrew Chen
parent c7b1119a98
commit 3cb315606c
2 changed files with 3 additions and 3 deletions

View File

@ -124,7 +124,7 @@ The name **Kubernetes** originates from Greek, meaning *helmsman* or *pilot*, an
{% capture whatsnext %} {% capture whatsnext %}
* Ready to [Get Started](/docs/getting-started-guides/)? * Ready to [Get Started](/docs/getting-started-guides/)?
* For more details, see the [Kubernetes Documentation](/docs/user-guide/). * For more details, see the [Kubernetes Documentation](/docs/home/).
{% endcapture %} {% endcapture %}
{% include templates/concept.md %} {% include templates/concept.md %}

View File

@ -18,13 +18,13 @@ $( document ).ready(function() {
var forwardingRules = [{ var forwardingRules = [{
"from":"/docs/api-reference/v1/definitions", "from":"/docs/api-reference/v1/definitions",
"pattern":"#_v1_(\\w+)", "pattern":"#_v1_(\\w+)",
"to":"/docs/api-reference/v1.6", "to":"/docs/api-reference/v1.7",
"postfix":"/#<token>-v1-core" "postfix":"/#<token>-v1-core"
}, },
{ {
"from":"/docs/user-guide/kubectl/kubectl_", "from":"/docs/user-guide/kubectl/kubectl_",
"pattern":"kubectl_(\\w+)", "pattern":"kubectl_(\\w+)",
"to":"/docs/user-guide/kubectl/v1.6", "to":"/docs/user-guide/kubectl/v1.7",
"postfix":"/#<token>" "postfix":"/#<token>"
}, },
{ {