Update doc links to use latest now that 1.0 is released
Change-Id: Ideb3d57069fcb410e739da7cc6cf4f5f04a3bc62
This commit is contained in:
parent
0526516f30
commit
ba99a6f048
@ -6,7 +6,7 @@ ARA Records Ansible playbooks and makes them easier to understand and troublesho
|
|||||||
``ara-web`` is a standalone and stateless web client interface to the API
|
``ara-web`` is a standalone and stateless web client interface to the API
|
||||||
provided by ARA_.
|
provided by ARA_.
|
||||||
|
|
||||||
Documentation is available at `ara.readthedocs.io <https://ara.readthedocs.io/en/feature-1.0/>`_.
|
Documentation is available at `ara.readthedocs.io <https://ara.readthedocs.io/>`_.
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
============
|
============
|
||||||
|
@ -32,7 +32,7 @@ class Header extends Component {
|
|||||||
Playbooks
|
Playbooks
|
||||||
</NavItem>
|
</NavItem>
|
||||||
<NavItem
|
<NavItem
|
||||||
to="https://ara.readthedocs.io/en/feature-1.0/"
|
to="https://ara.readthedocs.io/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
|
@ -84,7 +84,7 @@ export class AraLoginPage extends Component {
|
|||||||
brandImgAlt="Ara"
|
brandImgAlt="Ara"
|
||||||
footerListItems={
|
footerListItems={
|
||||||
<ListItem>
|
<ListItem>
|
||||||
<LoginFooterItem href="https://ara.readthedocs.io/en/feature-1.0/">
|
<LoginFooterItem href="https://ara.readthedocs.io/">
|
||||||
Documentation
|
Documentation
|
||||||
</LoginFooterItem>
|
</LoginFooterItem>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
|
@ -89,7 +89,7 @@ export class PlaybooksPage extends Component {
|
|||||||
<Button
|
<Button
|
||||||
variant="primary"
|
variant="primary"
|
||||||
component="a"
|
component="a"
|
||||||
href="https://ara.readthedocs.io/en/feature-1.0/"
|
href="https://ara.readthedocs.io/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user