diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-08-27 14:52:00 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-08-27 15:21:15 +0200 |
commit | 1d3e19e0a4fabc9c12ff0662b0447fa1e4b67e58 (patch) | |
tree | 7466e91732b773207437c781847b7d73286bd398 /src | |
parent | 98525a56652eb6912b9d718defbbc83a84fc3beb (diff) | |
download | tdeio-locate-1d3e19e0a4fabc9c12ff0662b0447fa1e4b67e58.tar.gz tdeio-locate-1d3e19e0a4fabc9c12ff0662b0447fa1e4b67e58.zip |
Move the documentation from tdeio-locate to tdeioslave/locate.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src')
-rw-r--r-- | src/locate.protocol | 2 | ||||
-rw-r--r-- | src/locater.protocol | 2 | ||||
-rw-r--r-- | src/rlocate.protocol | 2 | ||||
-rw-r--r-- | src/tdeio_locate.cpp | 2 |
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(); } |