From f08ef335b4166318aa90ed5b2e49aceedc5b6f7c Mon Sep 17 00:00:00 2001 From: Francois TABURET <francois.taburet@nokia.com> Date: Thu, 8 Nov 2018 19:51:27 +0100 Subject: [PATCH] fix broken links in telnetusage.md --- common/utils/telnetsrv/DOC/telnetusage.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/common/utils/telnetsrv/DOC/telnetusage.md b/common/utils/telnetsrv/DOC/telnetusage.md index 2b5aaf405f..f8319d5ef2 100644 --- a/common/utils/telnetsrv/DOC/telnetusage.md +++ b/common/utils/telnetsrv/DOC/telnetusage.md @@ -17,12 +17,12 @@ By default the telnet server listen on all the ip addresses configured on the sy The telnet server includes a basic help, listing available commands and some commands also provide a specific detailed help sub-command. Below are examples of telnet sessions: -* [getting help](telnethelp) -* [using the history](telnethist) -* [using the get and set commands](telnetgetset) -* [using the loop command](telnetloop) -* [loader command](telnetloader) -* [log command](telnetlog) +* [getting help](telnethelp.md) +* [using the history](telnethist.md) +* [using the get and set commands](telnetgetset.md) +* [using the loop command](telnetloop.md) +* [loader command](telnetloader.md) +* [log command](telnetlog.md) # telnet server parameters The telnet server is using the [oai configuration module](Config/Rtusage). Telnet parameters must be specified in the `telnetsrv` section. Some parameters can be modified via the telnet telnet server command, as specified in the last column of the following table. @@ -36,4 +36,4 @@ The telnet server is using the [oai configuration module](Config/Rtusage). Telne | `histfile` | `character string` | "oaitelnet.history" | file used for command history persistency | Y | | `histfsize` | `integer` | 50 | maximum number of commands saved in the history | Y | -[oai telnet server home](telnetsrv) \ No newline at end of file +[oai telnet server home](telnetsrv.md) \ No newline at end of file -- GitLab