We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037bde9 commit d8dae63Copy full SHA for d8dae63
src/engines/java.ts
@@ -73,6 +73,6 @@ export const java: RegexEngine = {
73
],
74
short_name: "Java",
75
source_url: "https://github.com/regexplanet/regexplanet-java",
76
- status_url: "https://regexplanet-java.appspot.com/status.jsp",
77
- test_url: "https://regexplanet-java.appspot.com/test.jsp",
+ status_url: "https://java.gcr.regexplanet.com/status.json",
+ test_url: "https://java.gcr.regexplanet.com/test.json",
78
};
0 commit comments