summaryrefslogtreecommitdiff
path: root/serde_dhall/src/static_type.rs
diff options
context:
space:
mode:
authorNadrieril2020-12-18 22:10:54 +0000
committerNadrieril2020-12-18 22:19:23 +0000
commit71ef15a3d41af43697b9c96feef80dd88425e7d4 (patch)
tree46cdc14c28ee206636177e028558f731555b07ee /serde_dhall/src/static_type.rs
parent66f79507ae5877d23ddd376b0b5cc7af5f2347bc (diff)
chore: convert doc links to intra-doc links
Diffstat (limited to 'serde_dhall/src/static_type.rs')
-rw-r--r--serde_dhall/src/static_type.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/serde_dhall/src/static_type.rs b/serde_dhall/src/static_type.rs
index 586cd4d..31c93a6 100644
--- a/serde_dhall/src/static_type.rs
+++ b/serde_dhall/src/static_type.rs
@@ -12,7 +12,7 @@ use crate::SimpleType;
///
/// See also [the table of type correspondances].
///
-/// [the table of type correspondances]: enum.SimpleType.html#type-correspondence
+/// [the table of type correspondances]: SimpleType#type-correspondence
///
/// # Example
///