Change github URLs from AuthMe-Team/ to AuthMe/

- Change README sections to use more markdown
This commit is contained in:
ljacqu
2016-07-10 11:42:40 +02:00
parent ad1991c23c
commit 491853e0c8
7 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ public class TagReplacer {
.replace("{gen_date}", curDate)
.replace("{gen_warning}", "AUTO-GENERATED FILE! Do not edit this directly")
.replace("{gen_footer}", "---\n\nThis page was automatically generated on the"
+ " [AuthMe-Team/AuthMeReloaded repository](" + ToolsConstants.DOCS_FOLDER_URL + ")"
+ " [AuthMe/AuthMeReloaded repository](" + ToolsConstants.DOCS_FOLDER_URL + ")"
+ " on " + curDate);
}
@@ -16,7 +16,7 @@ public final class ToolsConstants {
public static final String DOCS_FOLDER = "docs/";
public static final String DOCS_FOLDER_URL = "https://github.com/AuthMe-Team/AuthMeReloaded/tree/master/docs/";
public static final String DOCS_FOLDER_URL = "https://github.com/AuthMe/AuthMeReloaded/tree/master/docs/";
private ToolsConstants() {
}