Quick fix of getLink()

This commit is contained in:
Ivo Prajer
2015-03-12 20:49:59 +01:00
parent 54ee54ba4d
commit 11ba6ee94e

View File

@@ -73,7 +73,7 @@ public class DSpaceObject {
public String getLink() {
//TODO, get actual contextPath of /rest/
return "/RESTapi/" + English.plural(getType()) + "/" + getId();
return "/rest/" + English.plural(getType()) + "/" + getId();
}
public String getType() {