From 550c049013dba4f9358d678571f26705434281d4 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 3 Aug 2025 12:48:20 +0100 Subject: [PATCH] Update docs to link to docs.rs --- docs/api/rust_api_reference.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api/rust_api_reference.rst b/docs/api/rust_api_reference.rst index 45412b8f..c5d96f1c 100644 --- a/docs/api/rust_api_reference.rst +++ b/docs/api/rust_api_reference.rst @@ -2,5 +2,4 @@ Rust API Reference ****************** -To view the Rust API reference, run ``cargo doc --open`` from the root directory -of a copy of the libloot source code repository. +The Rust API reference can be read `on docs.rs `_ or by running ``cargo doc --open`` from the root directory of the libloot source code.