From 71ef15a3d41af43697b9c96feef80dd88425e7d4 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Fri, 18 Dec 2020 22:10:54 +0000 Subject: chore: convert doc links to intra-doc links --- serde_dhall/src/value.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'serde_dhall/src/value.rs') diff --git a/serde_dhall/src/value.rs b/serde_dhall/src/value.rs index b259c4b..df81a85 100644 --- a/serde_dhall/src/value.rs +++ b/serde_dhall/src/value.rs @@ -93,9 +93,9 @@ pub struct Value { /// # } /// ``` /// -/// [`from_str()`]: fn.from_str.html -/// [`from_file()`]: fn.from_file.html -/// [`from_simple_value()`]: fn.from_simple_value.html +/// [`from_str()`]: crate::from_str() +/// [`from_file()`]: crate::from_file() +/// [`from_simple_value()`]: crate::from_simple_value() #[derive(Debug, Clone, PartialEq, Eq)] pub enum SimpleValue { /// Numbers and booleans - `True`, `1`, `+2`, `3.24` @@ -124,8 +124,8 @@ pub enum SimpleValue { /// [`Deserializer::static_type_annotation`]. If you need to supply a `SimpleType` manually, you /// can either deserialize it like any other Dhall value, or construct it manually. /// -/// [`StaticType`]: trait.StaticType.html -/// [`Deserializer::static_type_annotation`]: options/struct.Deserializer.html#method.static_type_annotation +/// [`Deserializer::static_type_annotation`]: crate::Deserializer::static_type_annotation() +/// [`StaticType`]: crate::StaticType /// /// # Type correspondence /// -- cgit v1.2.3