doc: Add more cross references between docs
[cascardo/ovs.git] / tutorial / ovs-sandbox
index 21066d1..45bb234 100755 (executable)
@@ -136,7 +136,7 @@ if $built; then
     case $srcdir in
         '')
             srcdir=$builddir
-            if test ! -e "$srcdir"/WHY-OVS; then
+            if test ! -e "$srcdir"/WHY-OVS.md; then
                 srcdir=`cd $builddir/.. && pwd`
             fi
             ;;