diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-11-07 17:23:21 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-11-07 17:23:21 +0100 |
commit | 5a4cee62774652b5920aa3f438d33d90ce319851 (patch) | |
tree | 14d59082443a1f043691e60e2ed7725091c60d69 /docs/release/userguide | |
parent | f3b462dcae494578a12eb79303cfe55d517cb536 (diff) |
Now that OPNFV Docs has moved away from git submodules and each
project gets its own RTD page, intersphinx labels are broken when
reading `opnfv-armband` documentation individually.
Switch to using explicit https links to RTD, so all links are working
no matter the way documentation is accessed. This has the obvious
downside of having to maintain those links in case they ever change
upstream.
Change-Id: I4945f51c1c5710c57da3dfdb8adda30bb283b30a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'docs/release/userguide')
-rw-r--r-- | docs/release/userguide/userguide.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/release/userguide/userguide.rst b/docs/release/userguide/userguide.rst index 7a5d6898..69d02983 100644 --- a/docs/release/userguide/userguide.rst +++ b/docs/release/userguide/userguide.rst @@ -17,4 +17,6 @@ standard release OPNFV, such that the release can be available on both Intel Architecture-based and ARM Architecture-based servers. For more information on how to use OPNFV Fuel latest release after it -was deployed check :ref:`fuel-userguide`. +was deployed check `OPNFV Fuel User Guide on RTD`_. + +.. _`OPNFV Fuel User Guide on RTD`: https://opnfv-fuel.readthedocs.io/en/latest/release/userguide |