Skip to content

Commit

Permalink
update add evidence template
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Sep 24, 2020
1 parent e88c25e commit 6138d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/petapico/nanobench/NanopubItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public NanopubItem(String id, final NanopubElement n, boolean hidePubinfo) {

try {
ExternalLink evidenceLink = new ExternalLink("evidence-link", "./publish?" +
"template=http://purl.org/np/RAGe8pO5920r9jTWFDxUlt3YUNrvRDqzapexGGqZ_q6SU&" +
"template=http://purl.org/np/RA_tANaWEZaJioW8eHiD9on76KZpodJz03ZSohsblnxv4&" +
"param_thing=" + URLEncoder.encode(n.getUri(), StandardCharsets.UTF_8.toString()));
add(evidenceLink);
} catch (java.io.UnsupportedEncodingException ex) {
Expand Down

0 comments on commit 6138d87

Please sign in to comment.