Skip to content

Commit c80fe9e

Browse files
authored
Fix link in logging QuickstartSample. (GoogleCloudPlatform#1637)
1 parent 404c960 commit c80fe9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

logging/cloud-client/src/main/java/com/example/logging/QuickstartSample.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
/**
2929
* This sample demonstrates writing logs using the Stackdriver Logging API.
3030
* The library also offers a java.util.logging Handler `com.google.cloud.logging.LoggingHandler`
31-
* Logback integration is also available : https://goo.gl/DNMoRh
31+
* Logback integration is also available :
32+
* https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-contrib/google-cloud-logging-logback
3233
* Using the java.util.logging handler / Logback appender should be preferred to using the API
3334
* directly.
3435
*/

0 commit comments

Comments
 (0)