From 45a29c0124239430227607b4481f87234595edb8 Mon Sep 17 00:00:00 2001 From: Vadim Ponomarev <38704817+VxDxK@users.noreply.github.com> Date: Fri, 19 Apr 2024 22:04:42 +0300 Subject: [PATCH] Doc: Fix incorrect link to examples --- procfs/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procfs/src/lib.rs b/procfs/src/lib.rs index 068b38c..3c19dfa 100644 --- a/procfs/src/lib.rs +++ b/procfs/src/lib.rs @@ -43,7 +43,7 @@ //! # Examples //! //! Examples can be found in the various modules shown below, or in the -//! [examples](https://github.com/eminence/procfs/tree/master/examples) folder of the code repository. +//! [examples](https://github.com/eminence/procfs/tree/master/procfs/examples) folder of the code repository. //! pub use procfs_core::*;