summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-09 22:39:26 +0000
committerKarl Berry <karl@freefriends.org>2017-03-09 22:39:26 +0000
commitda576b6db57561a091e51742d3acc9d0874b58d9 (patch)
treea651205df8201bfd4f1e03f1d6a79889b9bae17c /Master/texmf-dist/bibtex
parentbef7909767409a4c629efcd13077437822dd6b37 (diff)
acmart (8mar17)
git-svn-id: svn://tug.org/texlive/trunk@43436 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst b/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
index 8fdf15305ec..0ba60480249 100644
--- a/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
+++ b/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
@@ -613,7 +613,7 @@ FUNCTION { strip.doi } % UTAH
% "10.1145/1534530.1534545". That is later typeset and displayed as
% doi:10.1145/1534530.1534545 as the LAST item in the reference list
% entry. Publisher Web sites wrap this with a suitable link to a real
- % URL to resolve the DOI, and the master http://dx.doi.org/ address is
+ % URL to resolve the DOI, and the master https://doi.org/ address is
% preferred, since publisher-specific URLs can disappear in response
% to economic events. All journals are encouraged by the DOI
% authorities to use that typeset format and link procedures for
@@ -691,7 +691,7 @@ FUNCTION { output.doi } % UTAH
%% the presence of the line wrapping, but \path|...| and
%% \verb|...| do not.
"\showDOI{%" writeln
- "\url{http://dx.doi.org/" strip.doi * "}}" * writeln
+ "\url{https://doi.org/" strip.doi * "}}" * writeln
}
if$
}