Skip to content

Commit c8e7bd2

Browse files
authored
README: fix links to examples
1 parent 28b7243 commit c8e7bd2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ See the [LibVNCServer API intro documentation](https://libvnc.github.io/doc/html
149149
for how to create a server instance, wire up input handlers and handle cursors.
150150

151151
In case you prefer to learn LibVNCServer by example, have a look at the servers in the
152-
[examples](examples) directory.
152+
[examples/server](examples/server) directory.
153153

154-
For LibVNCClient, examples can be found in [client_examples](client_examples).
154+
For LibVNCClient, examples can be found in [examples/client](examples/client).
155155

156156
Incorporating LibVNCServer/LibVNCClient into your build system
157157
--------------------------------------------------------------

0 commit comments

Comments
 (0)