aboutsummaryrefslogtreecommitdiff
path: root/minimal-examples/dbus-client
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2018-10-10 13:54:43 +0800
committerAndy Green <andy@warmcat.com>2018-10-13 08:16:27 +0800
commit33a6034875313894334f3905db0d0846a1a2d7e0 (patch)
tree411ef84889638cc6556ceaedbd6f99f1b7a5ed11 /minimal-examples/dbus-client
parent546a2800c7285a83e6c44d7ffb149b4219c0e1e8 (diff)
downloadlibwebsockets-33a6034875313894334f3905db0d0846a1a2d7e0.tar.gz
codacy: minor fixes
Diffstat (limited to 'minimal-examples/dbus-client')
-rw-r--r--minimal-examples/dbus-client/minimal-dbus-ws-proxy-testclient/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/minimal-examples/dbus-client/minimal-dbus-ws-proxy-testclient/README.md b/minimal-examples/dbus-client/minimal-dbus-ws-proxy-testclient/README.md
index 1e0dbbf5..d5834623 100644
--- a/minimal-examples/dbus-client/minimal-dbus-ws-proxy-testclient/README.md
+++ b/minimal-examples/dbus-client/minimal-dbus-ws-proxy-testclient/README.md
@@ -5,7 +5,7 @@ This is a test client used to test `./minimal-examples/dbus-server/minimal-dbus-
It asks the minimal dbus ws proxy application to connect to libwebsockets.org
over the mirror protocol. And it proxies back the ASCII packets used to
communicate the mirror sample drawing vectors over dbus to this test client
-if you draw on the mirror example app at https://libwebsockets.org/testserver/
+if you draw on the [mirror example app](https://libwebsockets.org/testserver/)
in a browser.
## build