Skip to content

Commit

Permalink
Merge pull request #6 from katrinleinweber/patch-1
Browse files Browse the repository at this point in the history
Hyperlink DOIs to recommended resolver
  • Loading branch information
OpenHero authored Jan 20, 2020
2 parents 49e79c8 + 860f7f8 commit 22dab39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c++/src/objtools/format/reference_item.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@ DEFINE_STATIC_ARRAY_MAP(TStaticRemarkSet, sc_Remarks, sc_RemarkText);

void CReferenceItem::x_GatherRemark(CBioseqContext& ctx)
{
static const char* const kDoiLink = "http://dx.doi.org/";
static const char* const kDoiLink = "https://doi.org/";

list<string> l;

Expand Down

0 comments on commit 22dab39

Please sign in to comment.