datapath-windows: Remove the old IOCTL vport functions.
[cascardo/ovs.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 15e93c5..3cfdc04 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -51,7 +51,7 @@ at some cost in features and performance (see INSTALL.userspace for
 details).  To compile the kernel module on Linux, you must also
 install the following:
 
-    - A supported Linux kernel version.  Please refer to README for a
+    - A supported Linux kernel version.  Please refer to README.md for a
       list of supported versions.
 
       The Open vSwitch datapath requires bridging support
@@ -568,7 +568,7 @@ is linked to travis-ci.
 
 Instructions to setup travis-ci for your GitHub repository:
 
-1. Go to http://travis.ci.org/ and sign in using your GitHub ID.
+1. Go to http://travis-ci.org/ and sign in using your GitHub ID.
 2. Go to the "Repositories" tab and enable the ovs repository. You
    may disable builds for pushes or pull requests.
 3. In order to avoid forks sending build failures to the upstream