Skip to content

Commit 66f9e38

Browse files
authored
Update v2 docs link. (#9570)
1 parent de56650 commit 66f9e38

File tree

1 file changed

+2
-2
lines changed
  • doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme

1 file changed

+2
-2
lines changed

doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ <h3 style="margin-top: 0px;">Note:</h3>
100100
{% if pagename in deprecated_commands %}
101101
{% if deprecated_commands[pagename] %}
102102
This command is deprecated in AWS CLI version 2, use
103-
<a href="https://awscli.amazonaws.com/v2/documentation/api/latest/{{ deprecated_commands[pagename][0] }}.html">{{ deprecated_commands[pagename][1] }}</a> instead.
103+
<a href="https://docs.aws.amazon.com/cli/latest/{{ deprecated_commands[pagename][0] }}.html">{{ deprecated_commands[pagename][1] }}</a> instead.
104104
{% else %}
105105
This command is deprecated and no longer available in AWS CLI version 2.
106106
{% endif %}
107107
{% else %}
108108
To view this page for the AWS CLI version 2, click
109-
<a href="https://awscli.amazonaws.com/v2/documentation/api/latest/{{ pagename }}.html">here</a>.
109+
<a href="https://docs.aws.amazon.com/cli/latest/{{ pagename }}.html">here</a>.
110110
{% endif %}
111111
For more information see the AWS CLI version 2
112112
<a href="https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html">installation instructions</a>

0 commit comments

Comments
 (0)