summaryrefslogtreecommitdiff
path: root/INSTALL.KVM.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.KVM.md')
-rw-r--r--INSTALL.KVM.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.KVM.md b/INSTALL.KVM.md
index cddbf0304..99f481dc0 100644
--- a/INSTALL.KVM.md
+++ b/INSTALL.KVM.md
@@ -3,12 +3,12 @@ How to Use Open vSwitch with KVM
This document describes how to use Open vSwitch with the Kernel-based
Virtual Machine (KVM). This document assumes that you have read and
-followed [INSTALL.md] to get Open vSwitch setup on your Linux system.
+followed [INSTALL.rst] to get Open vSwitch setup on your Linux system.
Setup
-----
-First, follow the setup instructions in [INSTALL.md] to get a working
+First, follow the setup instructions in [INSTALL.rst] to get a working
Open vSwitch installation.
KVM uses tunctl to handle various bridging modes, which you can
@@ -45,7 +45,7 @@ switch='br0'
ovs-vsctl del-port ${switch} $1
```
-At the end of [INSTALL.md], it describes basic usage of creating
+At the end of [INSTALL.rst], it describes basic usage of creating
bridges and ports. If you haven't already, create a bridge named
br0 with the following command:
@@ -84,4 +84,4 @@ Bug Reporting
Please report problems to bugs@openvswitch.org.
-[INSTALL.md]:INSTALL.md
+[INSTALL.rst]:INSTALL.rst