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/installation | |
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/installation')
-rw-r--r-- | docs/release/installation/installation.instruction.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/release/installation/installation.instruction.rst b/docs/release/installation/installation.instruction.rst index 3d8fa241..417dbee0 100644 --- a/docs/release/installation/installation.instruction.rst +++ b/docs/release/installation/installation.instruction.rst @@ -17,4 +17,6 @@ Intel Architecture-based and ARM Architecture-based servers. For more information on how to install the latest release of OPNFV when using Fuel as a deployment tool check -:ref:`fuel-installation`. +`OPNFV Fuel Installation Instruction on RTD`_. + +.. _`OPNFV Fuel Installation Instruction on RTD`: https://opnfv-fuel.readthedocs.io/en/latest/release/installation |