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
|
||||
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
|
||||
============
|
||||
|
@ -32,7 +32,7 @@ class Header extends Component {
|
||||
Playbooks
|
||||
</NavItem>
|
||||
<NavItem
|
||||
to="https://ara.readthedocs.io/en/feature-1.0/"
|
||||
to="https://ara.readthedocs.io/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
|
@ -84,7 +84,7 @@ export class AraLoginPage extends Component {
|
||||
brandImgAlt="Ara"
|
||||
footerListItems={
|
||||
<ListItem>
|
||||
<LoginFooterItem href="https://ara.readthedocs.io/en/feature-1.0/">
|
||||
<LoginFooterItem href="https://ara.readthedocs.io/">
|
||||
Documentation
|
||||
</LoginFooterItem>
|
||||
</ListItem>
|
||||
|
@ -89,7 +89,7 @@ export class PlaybooksPage extends Component {
|
||||
<Button
|
||||
variant="primary"
|
||||
component="a"
|
||||
href="https://ara.readthedocs.io/en/feature-1.0/"
|
||||
href="https://ara.readthedocs.io/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user