Skip to content

Commit 9a283ad

Browse files
kannappanrharshavardhana
authored andcommitted
Doc: Fix error response URL link (#790)
Fixes #787
1 parent 8d8bf07 commit 9a283ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

minio/error.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# MinIO Python Library for Amazon S3 Compatible Cloud Storage,
3-
# (C) 2015, 2016, 2017 MinIO, Inc.
3+
# (C) 2015-2019 MinIO, Inc.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -263,7 +263,7 @@ def __str__(self):
263263

264264

265265
# Common error responses listed here
266-
# http://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.htmlRESTErrorResponses
266+
# http://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#RESTErrorResponses
267267

268268
class KnownResponseError(MinioError):
269269
def __init__(self, response_error, **kwargs):

0 commit comments

Comments
 (0)