From ad8745cf3a1397660286f8a2bb0169248d3ae2ef Mon Sep 17 00:00:00 2001 From: Thomas Pietrzak Date: Thu, 11 Apr 2019 17:25:51 +0200 Subject: [PATCH] doi url --- plain-withurls.bst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plain-withurls.bst b/plain-withurls.bst index f1a597d..300c81f 100644 --- a/plain-withurls.bst +++ b/plain-withurls.bst @@ -248,7 +248,7 @@ FUNCTION {format.title} { new.block "\href{" url * "}{" * format.title.orig * "}" * } if$ } - { new.block "\href{http://dx.doi.org/" doi * "}{" * format.title.orig * "}" * } + { new.block "\href{http://doi.org/" doi * "}{" * format.title.orig * "}" * } if$ } @@ -555,7 +555,7 @@ FUNCTION {doilink} { pop$ "" } { doi empty$ { skip$ } - { "\href{http://dx.doi.org/" doi * "}{" * swap$ * "}" * } + { "\href{http://doi.org/" doi * "}{" * swap$ * "}" * } if$ } if$ @@ -601,7 +601,7 @@ FUNCTION {book} { "\href{" url * "}{" * format.btitle * "}" * } if$ } - { "\href{http://dx.doi.org/" doi * "}{" * format.btitle * "}" * } + { "\href{http://doi.org/" doi * "}{" * format.btitle * "}" * } if$ "title" output.check %format.btitle "title" output.check -- 2.30.2