aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-10-20 16:53:28 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-10-20 16:53:28 +0300
commitb52cfc8c229d00c3fe536a968c2dd7c2050614ee (patch)
treee1058ba071b0ed31d812bdbc3b037e623e21de43
parent1ce57b20289fb021fa792ef8f35ea89eb0fdfb88 (diff)
downloadpies-b52cfc8c229d00c3fe536a968c2dd7c2050614ee.tar.gz
pies-b52cfc8c229d00c3fe536a968c2dd7c2050614ee.tar.bz2
Minor fix.
* doc/Config: Fix links in the main menu.
-rw-r--r--doc/Config8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Config b/doc/Config
index 21e25bc..d82983c 100644
--- a/doc/Config
+++ b/doc/Config
@@ -36,16 +36,16 @@ $EXTRA_HEAD="\
<link rel=\"stylesheet\" type=\"text/css\" href=\"${top_html_dir}/texi.css\">\
<link rel=\"icon\" type=\"image/png\" href=\"/graphics/gnu-head-icon.png\">";
$AFTER_BODY_OPEN="\
<!--#include virtual=\"${top_html_dir}/inc/header.html\" -->\
<ul class=\"tabs\">\
- <li><a href=\"pies.html\">Main</a></li>\
- <li><a href=\"example.html\">Examples</a></li>\
- <li><a href=\"download.html\">Downloads</a></li>\
- <li><a class=\"active\" href=\"manual.html\">Documentation</a></li>\
+ <li><a href=\"/software/pies/pies.html\">Main</a></li>\
+ <li><a href=\"/software/pies/example.html\">Examples</a></li>\
+ <li><a href=\"/software/pies/download.html\">Downloads</a></li>\
+ <li><a class=\"active\" href=\"/software/pies/manual.html\">Documentation</a></li>\
</ul>";
$PRE_BODY_CLOSE="Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.";
$format_map{'multitable'}='table class="multitable"';

Return to:

Send suggestions and report system problems to the System administrator.