Skip to content

Commit 1dd2c04

Browse files
committed
Fix broken hyperlink in comment
1 parent 7076ab6 commit 1dd2c04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcloud-java-storage/src/main/java/com/google/gcloud/storage/StorageException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
*/
3434
public class StorageException extends BaseServiceException {
3535

36-
// see: https://cloud.google.com/storage/docs/concepts-techniques#practices
36+
// see: https://cloud.google.com/storage/docs/resumable-uploads-xml#practices
3737
private static final Set<Error> RETRYABLE_ERRORS = ImmutableSet.of(
3838
new Error(504, null),
3939
new Error(503, null),

0 commit comments

Comments
 (0)