From 653b33b093748d3018a341cedd31463a5f7ba242 Mon Sep 17 00:00:00 2001 From: Gammasoft Date: Sun, 13 Aug 2023 22:05:51 +0200 Subject: [PATCH] Fix documentation --- examples/xtd.core.examples/README.md | 2 +- examples/xtd.core.examples/threading/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/xtd.core.examples/README.md b/examples/xtd.core.examples/README.md index 12376c05a417..8f2094ce9c75 100644 --- a/examples/xtd.core.examples/README.md +++ b/examples/xtd.core.examples/README.md @@ -285,7 +285,7 @@ * [semaphore](threading/semaphore/README.md) shows how to use [xtd::threading:semaphore](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1threading_1_1semaphore.html) class. * [thread](threading/thread/README.md) shows hows how to use [xtd::threading::thread](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1threading_1_1thread.html) class. * [timeout](threading/timeout/README.md) shows how to use [xtd::threading:timeout](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1threading_1_1timeout.html) class. -* [wait_handle](threading/wait_handle/README.md) shows how to use [xtd::threading:semaphore](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1threading_1_1wait_handle.html) class. +* [wait_handle](threading/wait_handle/README.md) shows how to use [xtd::threading:wait_handle](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1threading_1_1wait__handle.html) class. ## [Uri](uri/README.md) diff --git a/examples/xtd.core.examples/threading/README.md b/examples/xtd.core.examples/threading/README.md index f8362659a240..553e2d2406ee 100644 --- a/examples/xtd.core.examples/threading/README.md +++ b/examples/xtd.core.examples/threading/README.md @@ -13,4 +13,4 @@ * [semaphore](semaphore/README.md) shows how to use [xtd::threading:semaphore](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1threading_1_1semaphore.html) class. * [thread](thread/README.md) shows hows how to use [xtd::threading::thread](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1threading_1_1thread.html) class. * [timeout](timeout/README.md) shows how to use [xtd::threading:timeout](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1threading_1_1timeout.html) class. -* [wait_handle](wait_handle/README.md) shows how to use [xtd::threading:semaphore](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1threading_1_1wait_handle.html) class. +* [wait_handle](wait_handle/README.md) shows how to use [xtd::threading:wait_handle](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1threading_1_1wait__handle.html) class.