Skip to content

Commit

Permalink
Intra-doc link for the crate::value link
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 2, 2021
1 parent 065cbef commit 44d7fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/value/mod.rs
Expand Up @@ -106,7 +106,7 @@ pub use crate::raw::{to_raw_value, RawValue};

/// Represents any valid JSON value.
///
/// See the [`serde_json::value` module documentation](./index.html) for usage examples.
/// See the [`serde_json::value` module documentation](self) for usage examples.
#[derive(Clone, Eq, PartialEq)]
pub enum Value {
/// Represents a JSON null value.
Expand Down

0 comments on commit 44d7fe3

Please sign in to comment.