Change github URLs from AuthMe-Team/ to AuthMe/
- Change README sections to use more markdown
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user