From a1f68588538534ddd815ec80e3a557ff8d3ae703 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Thu, 11 Jul 2002 08:27:25 +0000 Subject: [PATCH] Corrected example for 'submit page' SVN revision: 175 --- doc/config.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/config.html b/doc/config.html index 3a64633a..2d437ddc 100755 --- a/doc/config.html +++ b/doc/config.html @@ -257,11 +257,10 @@ Here is an example:

 <h1>You successfully submitted a message</h1>
-<a href="linux">Back</a> to the logbook<p>
-<a href="linux?cmd=new">Enter</a> another message
+<a href="?cmd=Back">Back</a> to the logbook<p>
+<a href="?cmd=New">Enter</a> another message
 
-The reference "linux" in this case corresponds to the logbook name. The file must be present in the same directory as the elogd file.