Skip to content

Commit 065cbef

Browse files
authored
Merge pull request #739 from rory/minor-doc-improvement
make a html link in the doc comments
2 parents 613d66e + 347674c commit 065cbef

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)