diff mbox

[ovs-dev,04/15] doc: Convert PORTING to rST

Message ID CA+0q_Pg41cUampAUZxouK2k4afekqio9f3c5=tCC03m9VnmUeQ@mail.gmail.com
State Accepted
Headers show

Commit Message

Russell Bryant Oct. 21, 2016, 3:35 p.m. UTC
On Tue, Oct 18, 2016 at 4:03 PM, Stephen Finucane <stephen@that.guru> wrote:

> Signed-off-by: Stephen Finucane <stephen@that.guru>
> ---
>  FAQ.md            |   4 +-
>  INSTALL.NetBSD.md |   4 +-
>  Makefile.am       |   2 +-
>  PORTING.md        | 326 ------------------------------
> -----------------------
>  PORTING.rst       | 330 ++++++++++++++++++++++++++++++
> ++++++++++++++++++++++++
>  5 files changed, 335 insertions(+), 331 deletions(-)
>  delete mode 100644 PORTING.md
>  create mode 100644 PORTING.rst
>

I made one small change and then applied this to master.

 switch.
diff mbox

Patch

diff --git a/PORTING.rst b/PORTING.rst
index 05a2425..33db41d 100644
--- a/PORTING.rst
+++ b/PORTING.rst
@@ -146,7 +146,7 @@  built into Open vSwitch.  This ought to work, without
writing any more code, as
 long as the netdev provider that you implemented supports receiving
packets.
 It yields poor performance, however, because every packet passes through
the
 ovs-vswitchd process.  See the `userspace installation guide
-<INSTALL.userspace.md>` for instructions on how to configure a userspace
+<INSTALL.userspace.rst>` for instructions on how to configure a userspace