Skip to content

Commit

Permalink
Merge pull request #386 from support-project/develop
Browse files Browse the repository at this point in the history
Develop -> Master
  • Loading branch information
koda-masaru committed May 24, 2016
2 parents 1a4f3a6 + e7abf2c commit 496c2b8
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 496c2b8

Please sign in to comment.