[librsvg: 5/17] c_api/mod.rs: links to doc items by name




commit 7ee84f2d22068ab05cd1c9da8d6c755be389446e
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Jun 23 10:52:29 2021 -0500

    c_api/mod.rs: links to doc items by name
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/552>

 src/c_api/mod.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/c_api/mod.rs b/src/c_api/mod.rs
index b46e16cd..febca033 100644
--- a/src/c_api/mod.rs
+++ b/src/c_api/mod.rs
@@ -1,7 +1,7 @@
 //! C API for librsvg, based on GObject.
 //!
-//! The main API is in the [`handle`](handle/index.html) module.  The other modules
-//! have utility functions and the legacy [pixbuf-based API](pixbuf_utils/index.html).
+//! The main API is in the [`handle`] module.  The other modules
+//! have utility functions and the legacy [pixbuf-based API][pixbuf_utils].
 
 #![allow(clippy::missing_safety_doc)]
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]