diff --git a/swarm-queue-client/src/wanted.rs b/swarm-queue-client/src/wanted.rs index be5e0ac0..5af35c63 100644 --- a/swarm-queue-client/src/wanted.rs +++ b/swarm-queue-client/src/wanted.rs @@ -1,6 +1,7 @@ //! The hive-wanted KV buckets: the agent set the controller declares for each -//! hive, **one bucket per hive** (see [`bucket`] for why the split is a grant -//! boundary rather than a data-modelling choice), keyed inside it by `hiveName`. +//! hive, **one bucket per hive** (see [`crate::wanted::bucket`] for why the +//! split is a grant boundary rather than a data-modelling choice), keyed inside +//! it by `hiveName`. //! //! Sibling of [`crate::status`] and deliberately **not** a mirror of it: that //! one is **observed** — each hive republishes what it is, so its store losing