Skip to content

Commit 813ecef

Browse files
maigovannongae-java-bot
authored andcommitted
Fixing Java URLFetch calls for Serving probers to https://docs.cloud.google.com/appengine/docs/java
PiperOrigin-RevId: 840168915 Change-Id: I302ab65aa4a59e56b70c630b636e53a916326dc4
1 parent 7eeb1af commit 813ecef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/proberapp/src/main/java/app/ProberApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ protected void doGet(HttpServletRequest request, HttpServletResponse response)
295295
}
296296

297297
// For testHttpGet
298-
private static final String URL = "https://cloud.google.com/appengine/docs/java";
298+
private static final String URL = "https://docs.cloud.google.com/appengine/docs/java";
299299

300300
/** Tests HTTP connection. */
301301
private static void testHttpGet(HttpServletRequest request) throws IOException {

0 commit comments

Comments
 (0)