Hyperlink DOI against preferred resolver

https://www.doi.org/doi_handbook/3_Resolution.html#3.8
This commit is contained in:
Katrin Leinweber 2018-05-14 07:17:56 +02:00 committed by GitHub
parent 4468e3ea3e
commit 703ecebe02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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;