diff --git a/dropshot/src/lib.rs b/dropshot/src/lib.rs index 01c6c10a..ef4423ff 100644 --- a/dropshot/src/lib.rs +++ b/dropshot/src/lib.rs @@ -76,8 +76,11 @@ //! ``` //! //! This server returns a 404 for all resources because no API functions were -//! registered. See `examples/basic.rs` for a simple, documented example that -//! provides a few resources using shared state. +//! registered. See [`examples/basic.rs`] for a simple, documented example +//! that provides a few resources using shared state. +//! +//! [`examples/basic.rs`]: +//! https://github.com/oxidecomputer/dropshot/blob/main/dropshot/examples/basic.rs //! //! ## API Handler Functions //!