summaryrefslogtreecommitdiff
path: root/examples/README
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-07-31 02:02:45 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-07-31 02:02:45 +0300
commit6fefa8dbf009c5d15bbb66b9aba0c025617763bd (patch)
treebeac190c757aba1b46e83a51ea0eb9d1ea888709 /examples/README
parentREADME (Distribution): Update (diff)
downloadguile-ssh-6fefa8dbf009c5d15bbb66b9aba0c025617763bd.tar.gz
examples/README: Update
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/README b/examples/README
index 6735ce3..1fca52f 100644
--- a/examples/README
+++ b/examples/README
@@ -41,5 +41,5 @@ Please find sources in =echo/= directory:
A demo program that allows to connect to a remote REPL (RREPL) server. Pass
=--help= (or =-h=) flag to the program to get usage information.
* RPC over SSH
- A demo RPC client program that uses an SSH tunnel to make an RPC call over a
- secure connection. See =rpc/= directory.
+ A demo [[https://www.gnu.org/software/guile-rpc/][Guile-RPC]] client program that uses an SSH tunnel to make an RPC call
+ over a secure connection. See =rpc/= directory.