Skip to content
This repository was archived by the owner on Jul 2, 2018. It is now read-only.
Open
Show file tree
Hide file tree
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 src/main/java/de/mpg/imeji/logic/doi/DoiService.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
public final class DoiService {

public static final String DOI_URL_RESOLVER = "http://dx.doi.org/";
public static final String DOI_URL_RESOLVER = "https://doi.org/";
private final CollectionController collectionController = new CollectionController();
private final Authorization authorization = new Authorization();

Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/resources/components/entryPageTabList.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<span class="imj_invisible">: </span>
</span>
<span class="imj_infodataValue">
<a href="http://dx.doi.org/#{cc.attrs.infoLogicBean.collection.doi}" target="_blank">http://dx.doi.org/#{cc.attrs.infoLogicBean.collection.doi}</a>
<a href="https://doi.org/#{cc.attrs.infoLogicBean.collection.doi}" target="_blank">https://doi.org/#{cc.attrs.infoLogicBean.collection.doi}</a>
</span>
</h:panelGroup>

Expand Down Expand Up @@ -163,4 +163,4 @@
</div>
</div>
</composite:implementation>
</html>
</html>