Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion library/Wordpress/plugin/daiquiri_shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function identifier_func($atts) {
), $atts ) );

// more identifier systems to be implemented
if ($doi) $html = "<p>Please cite this data set using the unique digital object identifier <a href=\"http://dx.doi.org/{$doi}\">doi:{$doi}</a>.";
if ($doi) $html = "<p>Please cite this data set using the unique digital object identifier <a href=\"https://doi.org/{$doi}\">doi:{$doi}</a>.";

return $html;
}
Expand Down