summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/locate.protocol2
-rw-r--r--src/locater.protocol2
-rw-r--r--src/rlocate.protocol2
-rw-r--r--src/tdeio_locate.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/locate.protocol b/src/locate.protocol
index c9d6057..179561d 100644
--- a/src/locate.protocol
+++ b/src/locate.protocol
@@ -15,4 +15,4 @@ Class=:local
URIMode=rawuri
# Our very sophisticated documentation
-X-DocPath=tdeio-locate/index.html
+X-DocPath=tdeioslave/locate/index.html
diff --git a/src/locater.protocol b/src/locater.protocol
index e7f8bf2..cac299c 100644
--- a/src/locater.protocol
+++ b/src/locater.protocol
@@ -12,4 +12,4 @@ Description=TDE I/O Slave for the locate command
Class=:local
# Our very sophisticated documentation
-X-DocPath=tdeio-locate/index.html
+X-DocPath=tdeioslave/locate/index.html
diff --git a/src/rlocate.protocol b/src/rlocate.protocol
index aefcc5d..4b4802b 100644
--- a/src/rlocate.protocol
+++ b/src/rlocate.protocol
@@ -15,4 +15,4 @@ Class=:local
URIMode=rawuri
# Our very sophisticated documentation
-X-DocPath=tdeio-locate/index.html
+X-DocPath=tdeioslave/locate/index.html
diff --git a/src/tdeio_locate.cpp b/src/tdeio_locate.cpp
index 6f40170..09f2395 100644
--- a/src/tdeio_locate.cpp
+++ b/src/tdeio_locate.cpp
@@ -836,7 +836,7 @@ bool LocateProtocol::isHelpRequest()
void LocateProtocol::helpRequest()
{
// Redirect the user to our help documents.
- redirection("help:/tdeio-locate/");
+ redirection("help:/tdeioslave/locate/");
finished();
}