I missed these while moving things around.

Signed-off-by: Stephen Finucane <[email protected]>
---
 Documentation/faq/general.rst          | 14 ++++++--------
 Documentation/faq/openflow.rst         | 11 +++++------
 Documentation/faq/releases.rst         |  4 ++--
 Documentation/intro/install/fedora.rst |  6 ++++--
 Documentation/intro/install/rhel.rst   |  8 +++++---
 5 files changed, 22 insertions(+), 21 deletions(-)

diff --git a/Documentation/faq/general.rst b/Documentation/faq/general.rst
index c780a6f..efbc213 100644
--- a/Documentation/faq/general.rst
+++ b/Documentation/faq/general.rst
@@ -76,17 +76,15 @@ Q: Does Open vSwitch only work on Linux?
 
 Q: What's involved with porting Open vSwitch to a new platform or switching 
ASIC?
 
-    A: The `porting document <Documentation/development-guide/porting.rst>`__
-    describes how one would go about porting Open vSwitch to a new operating
-    system or hardware platform.
+    A: :doc:`/topics/porting` describes how one would go about porting Open
+    vSwitch to a new operating system or hardware platform.
 
 Q: Why would I use Open vSwitch instead of the Linux bridge?
 
     A: Open vSwitch is specially designed to make it easier to manage VM
     network configuration and monitor state spread across many physical hosts
-    in dynamic virtualized environments.  Refer to `WHY-OVS
-    <Documentation/intro/why-ovs.rst>`__ for a more detailed description of how
-    Open vSwitch relates to the Linux Bridge.
+    in dynamic virtualized environments.  Refer to :doc:`/intro/why-ovs` for a
+    more detailed description of how Open vSwitch relates to the Linux Bridge.
 
 Q: How is Open vSwitch related to distributed virtual switches like the VMware
 vNetwork distributed switch or the Cisco Nexus 1000V?
@@ -121,8 +119,8 @@ Q: How can I contribute to the Open vSwitch Community?
 
     A: You can start by joining the mailing lists and helping to answer
     questions.  You can also suggest improvements to documentation.  If you
-    have a feature or bug you would like to work on, send a mail to `one of the
-    mailing lists <http://openvswitch.org/mlists/>`__.
+    have a feature or bug you would like to work on, send a mail to one of the
+    :doc:`mailing lists </internals/mailing-lists>`.
 
 Q: Why can I no longer connect to my OpenFlow controller or OVSDB manager?
 
diff --git a/Documentation/faq/openflow.rst b/Documentation/faq/openflow.rst
index d31bbef..e9a3a74 100644
--- a/Documentation/faq/openflow.rst
+++ b/Documentation/faq/openflow.rst
@@ -82,10 +82,9 @@ Q: What versions of OpenFlow does Open vSwitch support?
     (Open vSwitch 2.2 had an experimental implementation of OpenFlow 1.4 that
     could cause crashes.  We don't recommend enabling it.)
 
-    The `OpenFlow guide <Documentation/development-guide/openflow.rst>`__
-    tracks support for OpenFlow 1.1 and later features.  When support for
-    OpenFlow 1.4 and 1.5 is solidly implemented, Open vSwitch will enable those
-    version by default.
+    :doc:`/topics/openflow` tracks support for OpenFlow 1.1 and later features.
+    When support for OpenFlow 1.4 and 1.5 is solidly implemented, Open vSwitch
+    will enable those version by default.
 
 Q: Does Open vSwitch support MPLS?
 
@@ -526,8 +525,8 @@ Q: The "learn" action can't learn the action I want, can 
you improve it?
     - Resubmit to a table selected based on learned information, e.g. see:
       http://openvswitch.org/pipermail/discuss/2016-June/021694.html
 
-    - MAC learning in the middle of a pipeline, as described in `the tutorial
-      <Documentation/tutorials/ovs-advanced.rst>`__.
+    - MAC learning in the middle of a pipeline, as described in
+      :doc:`/tutorials/ovs-advanced`
 
     - TCP state based firewalling, by learning outgoing connections based on
       SYN packets and matching them up with incoming packets.
diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
index 60a7a52..f9cb2e9 100644
--- a/Documentation/faq/releases.rst
+++ b/Documentation/faq/releases.rst
@@ -34,8 +34,8 @@ Q: What does it mean for an Open vSwitch release to be LTS 
(long-term support)?
     be fixed and may just be supplanted by the next major release.  The current
     LTS release is 2.5.x.
 
-    For more information on the Open vSwitch release process, refer to `release
-    process <Documentation/release-process.rst>`__.
+    For more information on the Open vSwitch release process, refer to
+    :doc:`/internals/release-process`.
 
 Q: What Linux kernel versions does each Open vSwitch release work with?
 
diff --git a/Documentation/intro/install/fedora.rst 
b/Documentation/intro/install/fedora.rst
index 3619e96..fe53214 100644
--- a/Documentation/intro/install/fedora.rst
+++ b/Documentation/intro/install/fedora.rst
@@ -133,8 +133,10 @@ purpose.
 
 The `openvswitch-ovn-*` packages are only needed when using OVN.
 
-Refer to the `RHEL README <rhel/README.RHEL.rst>`__ for additional usage and
-configuration information.
+Refer to the `RHEL README`__ for additional usage and configuration
+information.
+
+__ https://github.com/openvswitch/ovs/blob/master/rhel/README.RHEL.rst
 
 Reporting Bugs
 --------------
diff --git a/Documentation/intro/install/rhel.rst 
b/Documentation/intro/install/rhel.rst
index eb873cb..86c5cf3 100644
--- a/Documentation/intro/install/rhel.rst
+++ b/Documentation/intro/install/rhel.rst
@@ -206,9 +206,11 @@ Refer to the "enable-protocol" command in the ovs-ctl(8) 
manpage for more
 information.
 
 In addition, simple integration with Red Hat network scripts has been
-implemented.  Refer to `README.RHEL.rst <rhel/README.RHEL.rst>`__ in the source
-tree or /usr/share/doc/openvswitch/README.RHEL.rst in the installed openvswitch
-package for details.
+implemented.  Refer to `README.RHEL.rst`__ in the source tree or
+/usr/share/doc/openvswitch/README.RHEL.rst in the installed openvswitch package
+for details.
+
+__ https://github.com/openvswitch/ovs/blob/master/rhel/README.RHEL.rst
 
 Reporting Bugs
 --------------
-- 
2.9.3

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to