summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-10-18 21:03:37 +0100
committerRussell Bryant <russell@ovn.org>2016-10-26 13:31:36 +0200
commit223908d6f056d5e25b063e97c3dd0f697b97f043 (patch)
tree3baf3d503ce2dc74b52c863a06fd615acd46f27c /tutorial
parentb753ccd234303f0bad8b220e234b2eed974a06ec (diff)
downloadopenvswitch-223908d6f056d5e25b063e97c3dd0f697b97f043.tar.gz
doc: Convert WHY-OVS to rST
Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Russell Bryant <russell@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 6f03eded6..4372da495 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.md; then
+ if test ! -e "$srcdir"/WHY-OVS.rst; then
srcdir=`cd $builddir/.. && pwd`
fi
;;