diff --git a/src/models/common.rs b/src/models/common.rs index 0f4540b..fede0c7 100644 --- a/src/models/common.rs +++ b/src/models/common.rs @@ -10,7 +10,7 @@ pub type Timestamp = chrono::DateTime; /// /// Outline generally uses UUIDs for `id` fields, but some fields /// (`urlId`, `shareId`) use a different, shorter format. Modeling `Id` as a -/// transparent string newtype (rather than [`uuid::Uuid`]) means an +/// transparent string newtype (rather than `uuid::Uuid`) means an /// unexpected value from a self-hosted or future Outline version cannot /// fail deserialization of an entire response. #[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Serialize, Deserialize)]