From 7bf699cdcd892de8eccddc293001e566cfe7ad24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 29 Oct 2024 12:17:09 +0400 Subject: [PATCH] docs(ironrdp): use absolute URLs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rustdoc can't resolve link outside of its generated directory. Signed-off-by: Marc-André Lureau --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c629306..914e04cd 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Supported codecs: ## Examples -### [`ironrdp-client`](./crates/ironrdp-client) +### [`ironrdp-client`](https://github.com/Devolutions/IronRDP/tree/master/crates/ironrdp-client) A full-fledged RDP client based on IronRDP crates suite, and implemented using non-blocking, asynchronous I/O. @@ -25,7 +25,7 @@ A full-fledged RDP client based on IronRDP crates suite, and implemented using n cargo run --bin ironrdp-client -- --username --password ``` -### [`screenshot`](./crates/ironrdp/examples/screenshot.rs) +### [`screenshot`](https://github.com/Devolutions/IronRDP/blob/master/crates/ironrdp/examples/screenshot.rs) Example of utilizing IronRDP in a blocking, synchronous fashion. @@ -64,7 +64,7 @@ Alternatively, you may change a few group policies using `gpedit.msc`: ## Architecture -See the [ARCHITECTURE.md](./ARCHITECTURE.md) document. +See the [ARCHITECTURE.md](https://github.com/Devolutions/IronRDP/blob/master/ARCHITECTURE.md) document. ## Getting help