We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b7243 commit c8e7bd2Copy full SHA for c8e7bd2
1 file changed
README.md
@@ -149,9 +149,9 @@ See the [LibVNCServer API intro documentation](https://libvnc.github.io/doc/html
149
for how to create a server instance, wire up input handlers and handle cursors.
150
151
In case you prefer to learn LibVNCServer by example, have a look at the servers in the
152
-[examples](examples) directory.
+[examples/server](examples/server) directory.
153
154
-For LibVNCClient, examples can be found in [client_examples](client_examples).
+For LibVNCClient, examples can be found in [examples/client](examples/client).
155
156
Incorporating LibVNCServer/LibVNCClient into your build system
157
--------------------------------------------------------------
0 commit comments