diff options
author | Luck <git@lucko.me> | 2020-04-01 22:24:20 +0100 |
---|---|---|
committer | Luck <git@lucko.me> | 2020-04-01 22:24:20 +0100 |
commit | c12b29c2a0d2b31998c538cf59d50e0b7d9a8416 (patch) | |
tree | ef56a4d40d47baa226a03d94b8ed22fa3d5fa9fe /spark-common/src/main/java/me/lucko/spark/common | |
parent | 242382646512acba6f5041ecbeab058160ec742d (diff) | |
download | spark-c12b29c2a0d2b31998c538cf59d50e0b7d9a8416.tar.gz spark-c12b29c2a0d2b31998c538cf59d50e0b7d9a8416.tar.bz2 spark-c12b29c2a0d2b31998c538cf59d50e0b7d9a8416.zip |
Update viewer URL
Diffstat (limited to 'spark-common/src/main/java/me/lucko/spark/common')
-rw-r--r-- | spark-common/src/main/java/me/lucko/spark/common/SparkPlatform.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spark-common/src/main/java/me/lucko/spark/common/SparkPlatform.java b/spark-common/src/main/java/me/lucko/spark/common/SparkPlatform.java index 340fa34..f439729 100644 --- a/spark-common/src/main/java/me/lucko/spark/common/SparkPlatform.java +++ b/spark-common/src/main/java/me/lucko/spark/common/SparkPlatform.java @@ -57,7 +57,7 @@ import java.util.stream.Collectors; public class SparkPlatform { /** The URL of the viewer frontend */ - public static final String VIEWER_URL = "https://sparkprofiler.github.io/#"; + public static final String VIEWER_URL = "https://spark.lucko.me/#"; /** The shared okhttp client */ private static final OkHttpClient OK_HTTP_CLIENT = new OkHttpClient(); /** The bytebin instance used by the platform */ |