aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2018-09-14 17:12:42 -0400
committerAric Gardner <agardner@linuxfoundation.org>2018-09-14 17:14:59 -0400
commitc55553f6f679fa43e21ef23b0ef66e8293d92f1b (patch)
tree3acfbeff02ede082a54ff1753e39f5c19e7a5db5
parent9ff67de3c3857c7d3bc075133e0da822e455880a (diff)
Fix links to remove references to submodules
All references to submodules must be removed for docs to work going forward. Can be tested once your project has a local tox file Change-Id: I8953e7bece19cb5ab733ce15733e4668ca8d6bc1 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
-rw-r--r--INFO.yaml1
-rw-r--r--docs/release/configguide/feature.configuration.rst6
-rw-r--r--docs/release/release-notes/releasenotes.rst25
3 files changed, 12 insertions, 20 deletions
diff --git a/INFO.yaml b/INFO.yaml
index 81a1f9e9..869357a0 100644
--- a/INFO.yaml
+++ b/INFO.yaml
@@ -8,6 +8,7 @@ project_lead: &opnfv_sfc_ptl
email: 'manuelbuil87@gmail.com'
company: 'gmail.com'
timezone: 'Unkown'
+ id: 'mbuil'
primary_contact: *opnfv_sfc_ptl
issue_tracking:
type: 'jira'
diff --git a/docs/release/configguide/feature.configuration.rst b/docs/release/configguide/feature.configuration.rst
index ad9725ed..4cf2718f 100644
--- a/docs/release/configguide/feature.configuration.rst
+++ b/docs/release/configguide/feature.configuration.rst
@@ -12,10 +12,8 @@ SFC feature desciription
For details of the scenarios and their provided capabilities refer to
the scenario description documents:
-- http://docs.opnfv.org/en/stable-fraser/submodules/sfc/docs/release/scenarios/os-odl-sfc-ha/index.html
-
-- http://docs.opnfv.org/en/stable-fraser/submodules/sfc/docs/release/scenarios/os-odl-sfc-noha/index.html
-
+- :ref:`<os-odl-sfc-ha>`
+- :ref:`<os-odl-sfc-noha>`
The SFC feature enables creation of Service Fuction Chains - an ordered list
of chained network funcions (e.g. firewalls, NAT, QoS)
diff --git a/docs/release/release-notes/releasenotes.rst b/docs/release/release-notes/releasenotes.rst
index d6d866ae..d9d22f80 100644
--- a/docs/release/release-notes/releasenotes.rst
+++ b/docs/release/release-notes/releasenotes.rst
@@ -32,11 +32,9 @@ More information about OpenDaylight and SFC can be found here.
- Overall OPNFV documentation
- - `Design document <http://docs.opnfv.org/en/stable-fraser/submodules/sfc/docs/development/design/index.html>`_
-
- - `User Guide <http://docs.opnfv.org/en/stable-fraser/submodules/sfc/docs/release/userguide/index.html>`_
-
- - `Installation Instructions <http://docs.opnfv.org/en/stable-fraser/submodules/sfc/docs/release/configguide/index.html>`_
+ - :ref:`Design document <sfc-design>`
+ - :ref:`User Guide <sfc-userguide>`
+ - :ref:`Installation Instructions <sfc-configguide>`
- Release Notes (this document)
@@ -80,11 +78,9 @@ Document changes
This is the first tracked version of OPNFV SFC Fraser. It comes with
the following documentation:
-- `Design document <http://docs.opnfv.org/en/stable-fraser/submodules/sfc/docs/development/design/index.html>`_
-
-- `User Guide <http://docs.opnfv.org/en/stable-fraser/submodules/sfc/docs/release/userguide/index.html>`_
-
-- `Installation Instructions <http://docs.opnfv.org/en/stable-fraser/submodules/sfc/docs/release/configguide/index.html>`_
+- :ref:`Design document <sfc-design>`
+- :ref:`User Guide <sfc-userguide:>`
+- :ref:`Installation Instructions <sfc-configguide:>`
- Release notes (This document)
@@ -112,12 +108,9 @@ No specific deliverables are created, as SFC is included with Apex and Compass4N
Documentation deliverables
~~~~~~~~~~~~~~~~~~~~~~~~~~
-- `Design document <http://docs.opnfv.org/en/stable-fraser/submodules/sfc/docs/development/design/index.html>`_
-
-- `User Guide <http://docs.opnfv.org/en/stable-fraser/submodules/sfc/docs/release/userguide/index.html>`_
-
-- `Installation Instructions <http://docs.opnfv.org/en/stable-fraser/submodules/sfc/docs/release/configguide/index.html>`_
-
+- :ref:`Design document <sfc-design>`
+- :ref:`User Guide <sfc-userguide:>`
+- :ref:`Installation Instructions <sfc-configguide:>`
- Release notes (This document)
Known Limitations, Issues and Workarounds