summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-08-12 16:03:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:00:29 -0500
commit4d50671602def039034fa03615cc9a205eba89c5 (patch)
tree8e4b0eb451ae59e78c032e4ad908e71d497ca541
parentbfebbc86fc0f90e580888da25006d8e5e50b6304 (diff)
downloadsamba-4d50671602def039034fa03615cc9a205eba89c5.tar.gz
samba-4d50671602def039034fa03615cc9a205eba89c5.tar.xz
samba-4d50671602def039034fa03615cc9a205eba89c5.zip
r9266: fix help links in swat editor after doc layout changes
-rw-r--r--source/web/swat.c4
-rw-r--r--swat/help/welcome.html6
2 files changed, 5 insertions, 5 deletions
diff --git a/source/web/swat.c b/source/web/swat.c
index 14889e35aab..43dacb2945e 100644
--- a/source/web/swat.c
+++ b/source/web/swat.c
@@ -188,12 +188,12 @@ static const char* get_parm_translated(
if(strcmp(pLabel, pTranslated) != 0)
{
pstr_sprintf(output,
- "<A HREF=\"/swat/help/smb.conf.5.html#%s\" target=\"docs\"> %s</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %s <br><span class=\"i18n_translated_parm\">%s</span>",
+ "<A HREF=\"/swat/help/manpages/smb.conf.5.html#%s\" target=\"docs\"> %s</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %s <br><span class=\"i18n_translated_parm\">%s</span>",
pAnchor, pHelp, pLabel, pTranslated);
return output;
}
pstr_sprintf(output,
- "<A HREF=\"/swat/help/smb.conf.5.html#%s\" target=\"docs\"> %s</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %s",
+ "<A HREF=\"/swat/help/manpages/smb.conf.5.html#%s\" target=\"docs\"> %s</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %s",
pAnchor, pHelp, pLabel);
return output;
}
diff --git a/swat/help/welcome.html b/swat/help/welcome.html
index 3a6677cb5f9..bf045806fe3 100644
--- a/swat/help/welcome.html
+++ b/swat/help/welcome.html
@@ -54,9 +54,9 @@ Please choose a configuration action using one of the above buttons
<li><b>Books</b>
<ul>
<li><a href="/swat/help/using_samba/toc.html" target="docs">Using Samba, 2ed.</a> - by Jay Ts, Robert Eckstein, and David Collier-Brown
- <li><a href="/swat/help/Samba3-HOWTO/">The Official Samba HOWTO and Reference Guide</a>
- <li><a href="/swat/help/Samba3-ByExample/">Samba 3 by Example</a>
- <li><a href="/swat/help/Samba3-Developers-Guide/">The Samba Developer Guide</a>
+ <li><a href="/swat/help/Samba3-HOWTO/" target="docs">The Official Samba HOWTO and Reference Guide</a>
+ <li><a href="/swat/help/Samba3-ByExample/" target="docs">Samba 3 by Example</a>
+ <li><a href="/swat/help/Samba3-Developers-Guide/" target="docs">The Samba Developer Guide</a>
</ul>
</ul>