diff options
Diffstat (limited to 'guides/index.html')
-rwxr-xr-x | guides/index.html | 4 |
1 files changed, 2 insertions, 2 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® Shell Scripting Workshop</a></li> </ul> -<!--#include virtual="../includes/footer.html" --> +<!--#include virtual="/includes/footer.html" --> |