Skip to content

Commit

Permalink
🎨 88250#2
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Dec 2, 2019
1 parent 56b0fb2 commit 0459d07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/b3log/symphony/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public static void main(final String[] args) {
final String cmdSyntax = isWindows ? "java -cp \"lib/*;.\" org.b3log.symphony.Server"
: "java -cp \"lib/*:.\" org.b3log.symphony.Server";
final String header = "\nSym 是一款用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)平台。\n\n";
final String footer = "\n提需求或报告缺陷请到项目网站: https://github.com/b3log/symphony\n\n";
final String footer = "\n提需求或报告缺陷请到项目网站: https://github.com/88250/symphony\n\n";
try {
commandLine = commandLineParser.parse(options, args);
} catch (final ParseException e) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ public void initSym() {
tag = tagRepository.get(tagId);
tag.put(Tag.TAG_URI, "sym");
tag.put(Tag.TAG_ICON_PATH, Latkes.getStaticServePath() + "/images/tags/sym.png");
tag.put(Tag.TAG_DESCRIPTION, "[Sym](https://github.com/b3log/symphony) 是一款用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)平台,“下一代的社区系统,为未来而构建”。");
tag.put(Tag.TAG_DESCRIPTION, "[Sym](https://github.com/88250/symphony) 是一款用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)平台,“下一代的社区系统,为未来而构建”。");
tagMgmtService.updateTag(tagId, tag);

LOGGER.log(Level.INFO, "Initialized tag data");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/b3log/symphony/util/Symphonys.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public final class Symphonys {
/**
* User-Agent.
*/
public static final String USER_AGENT_BOT = "Sym/" + Server.VERSION + "; +https://github.com/b3log/symphony";
public static final String USER_AGENT_BOT = "Sym/" + Server.VERSION + "; +https://github.com/88250/symphony";

/**
* Reserved tags.
Expand Down

0 comments on commit 0459d07

Please sign in to comment.