summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst')
-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$
}