]> git.lizzy.rs Git - rust.git/commitdiff
Hyperlink DOI against preferred resolver
authorKatrin Leinweber <9948149+katrinleinweber@users.noreply.github.com>
Mon, 14 May 2018 05:17:56 +0000 (07:17 +0200)
committerGitHub <noreply@github.com>
Mon, 14 May 2018 05:17:56 +0000 (07:17 +0200)
https://www.doi.org/doi_handbook/3_Resolution.html#3.8

src/libsyntax_pos/hygiene.rs

index 658408519b9c7ead442eb045feb90ac82e258f1a..be031ea98c9d2ecb4b8deabc1dca001ebca1a5d1 100644 (file)
@@ -13,7 +13,7 @@
 //! `[1]` Matthew Flatt, Ryan Culpepper, David Darais, and Robert Bruce Findler. 2012.
 //! *Macros that work together: Compile-time bindings, partial expansion,
 //! and definition contexts*. J. Funct. Program. 22, 2 (March 2012), 181-216.
-//! DOI=10.1017/S0956796812000093 <http://dx.doi.org/10.1017/S0956796812000093>
+//! DOI=10.1017/S0956796812000093 <https://doi.org/10.1017/S0956796812000093>
 
 use GLOBALS;
 use Span;