Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions dropshot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
//!
Expand Down