summaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-04-01 03:44:23 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-04-01 03:44:23 (EDT)
commit6f2f5c2003f42c97b50756f0368d671324547169 (patch)
tree09c6c437c9a25cbbba4d1bb4bc7b2d1f59da6400 /guides
parent5a265a0ce6b1793a879bd227fa9b24ebd08fd15c (diff)
downloadwww-6f2f5c2003f42c97b50756f0368d671324547169.zip
www-6f2f5c2003f42c97b50756f0368d671324547169.tar.gz
www-6f2f5c2003f42c97b50756f0368d671324547169.tar.bz2
Fix SSI `include` directives.
Diffstat (limited to 'guides')
-rwxr-xr-xguides/shell-workshop/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/shell-workshop/index.html b/guides/shell-workshop/index.html
index de75f24..b66a227 100755
--- a/guides/shell-workshop/index.html
+++ b/guides/shell-workshop/index.html
@@ -1,5 +1,5 @@
<!--#set var="title" value="UNIX Shell Scripting Workshop" -->
-<!--#include virtual="../includes/header.html" -->
+<!--#include virtual="../../includes/header.html" -->
<h2>UNIX&reg; Shell Scripting Workshop</h2>
<h3>Introduction to the UNIX Shell Language and Environment</h3>
<p>
@@ -74,4 +74,4 @@
<li><a href="http://odin1.pehjota.net/git/opkhelper/tree/src/opkbuild.sh"><code>opkbuild</code></a>
of opkhelper (a set of scripts I wrote)</li>
</ul>
-<!--#include virtual="../includes/footer.html" -->
+<!--#include virtual="../../includes/footer.html" -->