Skip to content

Commit

Permalink
make a html link in the doccomments
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory McCann committed Jan 2, 2021
1 parent 613d66e commit 347674c
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 for usage examples.
/// See the [`serde_json::value` module documentation](./index.html) for usage examples.
#[derive(Clone, Eq, PartialEq)]
pub enum Value {
/// Represents a JSON null value.
Expand Down

0 comments on commit 347674c

Please sign in to comment.