Skip to content

Commit

Permalink
Merge pull request dangdangdotcom#1 from donhui/donhui-patch-1
Browse files Browse the repository at this point in the history
modify helpUrl
  • Loading branch information
donhui authored Jan 19, 2017
2 parents 4a16059 + 378e36b commit 04833d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void execute(HttpSession session, Context context, CookieParser parser) {
context.put("bucLogoutAddress", rootContextPath.getURI("logout"));
}
if (! context.containsKey("helpUrl")) {
context.put("helpUrl", "http://code.alibabatech.com/wiki/display/dubbo");
context.put("helpUrl", "https://github.com/dangdangdotcom/dubbox/wiki");
}
context.put(WebConstants.CURRENT_USER_KEY, user);
context.put("language", parser.getString("locale"));
Expand Down

0 comments on commit 04833d0

Please sign in to comment.