Replace v1.7 with {{page.version}}. (#5688)

This commit is contained in:
Steve Perry
2017-09-29 13:39:35 -07:00
committed by GitHub
parent cce1491c12
commit 1edf6ea927
4 changed files with 8 additions and 8 deletions
@@ -250,11 +250,11 @@ In this exercise, you `kubectl patch` to change the live configuration
of a Deployment object. You did not change the configuration file that you originally used to
create the Deployment object. Other commands for updating API objects include
[kubectl annotate](/docs/user-guide/kubectl/{{page.version}}/#annotate),
[kubectl edit](/docs/user-guide/kubectl/v1.7/#edit),
[kubectl replace](/docs/user-guide/kubectl/v1.7/#replace),
[kubectl scale](/docs/user-guide/kubectl/v1.7/#scale),
[kubectl update](/docs/user-guide/kubectl/v1.7/#update). and
[kubectl apply](/docs/user-guide/kubectl/v1.7/#apply).
[kubectl edit](/docs/user-guide/kubectl/{{page.version}}/#edit),
[kubectl replace](/docs/user-guide/kubectl/{{page.version}}/#replace),
[kubectl scale](/docs/user-guide/kubectl/{{page.version}}/#scale),
[kubectl update](/docs/user-guide/kubectl/{{page.version}}/#update). and
[kubectl apply](/docs/user-guide/kubectl/{{page.version}}/#apply).
{% endcapture %}