Update web app urls

This commit is contained in:
Luck 2020-05-20 14:45:20 +01:00
parent ee36fa9d81
commit c09e4a1aa0
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -566,17 +566,17 @@ public final class ConfigKeys {
/** /**
* The URL of the web editor * The URL of the web editor
*/ */
public static final ConfigKey<String> WEB_EDITOR_URL_PATTERN = stringKey("web-editor-url", "https://editor.luckperms.net/"); public static final ConfigKey<String> WEB_EDITOR_URL_PATTERN = stringKey("web-editor-url", "https://luckperms.net/editor/");
/** /**
* The URL of the verbose viewer * The URL of the verbose viewer
*/ */
public static final ConfigKey<String> VERBOSE_VIEWER_URL_PATTERN = stringKey("verbose-viewer-url", "https://luckperms.net/verbose/#"); public static final ConfigKey<String> VERBOSE_VIEWER_URL_PATTERN = stringKey("verbose-viewer-url", "https://luckperms.net/verbose/");
/** /**
* The URL of the tree viewer * The URL of the tree viewer
*/ */
public static final ConfigKey<String> TREE_VIEWER_URL_PATTERN = stringKey("tree-viewer-url", "https://luckperms.net/treeview/#"); public static final ConfigKey<String> TREE_VIEWER_URL_PATTERN = stringKey("tree-viewer-url", "https://luckperms.net/treeview/");
private static final List<ConfigKeyTypes.BaseConfigKey<?>> KEYS; private static final List<ConfigKeyTypes.BaseConfigKey<?>> KEYS;