summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-12-08 12:55:28 +0000
committerBen Pfaff <blp@ovn.org>2016-12-12 08:57:07 -0800
commit3c8a3b312a03e6b77ea6ed79104cdfcf5d50e416 (patch)
treeaf050e8b8945e58243635aef0f108b8ea240179b /tutorial
parente12569bb305f86d59c5b3a594903a96c869aeed3 (diff)
downloadopenvswitch-3c8a3b312a03e6b77ea6ed79104cdfcf5d50e416.tar.gz
doc: Move WHY-OVS
This is moved separately due to the sheer number of references to this file in the codebase. Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'tutorial')
-rwxr-xr-xtutorial/ovs-sandbox2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox
index 4372da495..c9742abeb 100755
--- a/tutorial/ovs-sandbox
+++ b/tutorial/ovs-sandbox
@@ -223,7 +223,7 @@ if $built; then
case $srcdir in
'')
srcdir=$builddir
- if test ! -e "$srcdir"/WHY-OVS.rst; then
+ if test ! -e "$srcdir"/README.rst; then
srcdir=`cd $builddir/.. && pwd`
fi
;;