diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-05-11 22:28:49 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-05-12 13:57:56 +0000 |
commit | 91bf97aafb4c7a4be08a5162a2c649309e1210e7 (patch) | |
tree | 227bb7810f6a48ff6e4eaed53d5534ea13ecde5a | |
parent | 801d3a0b8300020fe9ef9b49459129b4f204b12e (diff) |
docs/release-notes: Add protocol handler to ref.
Doc build fails to create a link for www.opnfv.org because it
does not explicitly specify the protocol handler.
Make doc build happy by adding "http://" prefix.
Change-Id: I7dc9c362f13bac1687d139942826eb1208556a37
(cherry picked from commit 45d98b23ba426c5caa7c2ea154eeccecb8e44291)
-rw-r--r-- | docs/installation-instruction.rst | 2 | ||||
-rw-r--r-- | docs/release-notes.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation-instruction.rst b/docs/installation-instruction.rst index aa4cbdb7..d88a802c 100644 --- a/docs/installation-instruction.rst +++ b/docs/installation-instruction.rst @@ -606,7 +606,7 @@ References OPNFV ----- -1) `OPNFV Home Page <www.opnfv.org>`_ +1) `OPNFV Home Page <http://www.opnfv.org>`_ 2) `OPNFV documentation- and software downloads <https://www.opnfv.org/software/download>`_ diff --git a/docs/release-notes.rst b/docs/release-notes.rst index ed04c619..cb3f9008 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -216,7 +216,7 @@ For more information on the OPNFV Brahmaputra release, please see: OPNFV ----- -1) `OPNFV Home Page <www.opnfv.org>`_ +1) `OPNFV Home Page <http://www.opnfv.org>`_ 2) `OPNFV documentation- and software downloads <https://www.opnfv.org/software/download>`_ |