Skip to content

Commit

Permalink
doc: Fix a couple of broken links
Browse files Browse the repository at this point in the history
I missed these while moving things around.

Signed-off-by: Stephen Finucane <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
stephenfin authored and blp committed Dec 13, 2016
1 parent 50b0a16 commit 5813d81
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 21 deletions.
14 changes: 6 additions & 8 deletions Documentation/faq/general.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down Expand Up @@ -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?

Expand Down
11 changes: 5 additions & 6 deletions Documentation/faq/openflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Documentation/faq/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
6 changes: 4 additions & 2 deletions Documentation/intro/install/fedora.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------
Expand Down
8 changes: 5 additions & 3 deletions Documentation/intro/install/rhel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------
Expand Down

0 comments on commit 5813d81

Please sign in to comment.