Skip to content

Commit

Permalink
#384 Fix build knowledge view url
Browse files Browse the repository at this point in the history
  • Loading branch information
koda-masaru committed May 24, 2016
1 parent 4f283cf commit 3a6799d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public Boundary view() throws InvalidParamException, ParseException {
} else {
url.append(config.getConfigValue());
}
url.append("/knowledge/").append(knowledgeId);
url.append("/open.knowledge/view/").append(knowledgeId);
setAttribute("url", url.toString());

KnowledgeLogic knowledgeLogic = KnowledgeLogic.get();
Expand Down

0 comments on commit 3a6799d

Please sign in to comment.