about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKatrin Leinweber <9948149+katrinleinweber@users.noreply.github.com>2018-05-14 07:17:56 +0200
committerGitHub <noreply@github.com>2018-05-14 07:17:56 +0200
commit703ecebe02333014e6c948370042db9df696d818 (patch)
tree50910adc2c0b9abaca499ed516256e8848941776
parent4468e3ea3e905663e24574ded431070756e0deb5 (diff)
downloadrust-703ecebe02333014e6c948370042db9df696d818.tar.gz
rust-703ecebe02333014e6c948370042db9df696d818.zip
Hyperlink DOI against preferred resolver
https://www.doi.org/doi_handbook/3_Resolution.html#3.8
-rw-r--r--src/libsyntax_pos/hygiene.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax_pos/hygiene.rs b/src/libsyntax_pos/hygiene.rs
index 658408519b9..be031ea98c9 100644
--- a/src/libsyntax_pos/hygiene.rs
+++ b/src/libsyntax_pos/hygiene.rs
@@ -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;