summaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
Diffstat (limited to 'guides')
-rwxr-xr-xguides/index.html4
-rwxr-xr-xguides/shell-workshop/index.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/guides/index.html b/guides/index.html
index d603d64..066acb1 100755
--- a/guides/index.html
+++ b/guides/index.html
@@ -1,5 +1,5 @@
<!--#set var="title" value="Technical Guides" -->
-<!--#include virtual="../includes/header.html" -->
+<!--#include virtual="/includes/header.html" -->
<h2>Technical Guides</h2>
<p>
Here you will find technical guides, tutorials, and workshop notes on
@@ -8,4 +8,4 @@
<ul>
<li><a href="shell-workshop/">UNIX&reg; Shell Scripting Workshop</a></li>
</ul>
-<!--#include virtual="../includes/footer.html" -->
+<!--#include virtual="/includes/footer.html" -->
diff --git a/guides/shell-workshop/index.html b/guides/shell-workshop/index.html
index 3b85b6c..9bca500 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>
@@ -78,4 +78,4 @@
<a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons
Attribution 3.0 Unported license</a>.<br>
</p>
-<!--#include virtual="../../includes/footer.html" -->
+<!--#include virtual="/includes/footer.html" -->