Skip to content

Commit 347674c

Browse files
author
Rory McCann
committed
make a html link in the doccomments
1 parent 613d66e commit 347674c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/value/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub use crate::raw::{to_raw_value, RawValue};
106106

107107
/// Represents any valid JSON value.
108108
///
109-
/// See the `serde_json::value` module documentation for usage examples.
109+
/// See the [`serde_json::value` module documentation](./index.html) for usage examples.
110110
#[derive(Clone, Eq, PartialEq)]
111111
pub enum Value {
112112
/// Represents a JSON null value.

0 commit comments

Comments
 (0)