Skip to content

Commit 127fc61

Browse files
Update legacy documentation links (boto#370)
* Update legacy botocore documentation link * Update readthedocs link * Apply suggestions from code review Co-authored-by: jonathan343 <43360731+jonathan343@users.noreply.github.com> --------- Co-authored-by: jonathan343 <43360731+jonathan343@users.noreply.github.com>
1 parent 1c927ba commit 127fc61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ This project is maintained and published by Amazon Web Services.
1010
This project is not currently GA. If you are planning to use this code in
1111
production, make sure to lock to a minor version as interfaces may break
1212
from minor version to minor version. For a basic, stable interface of
13-
s3transfer, try the interfaces exposed in `boto3 <https://boto3.readthedocs.io/en/latest/guide/s3.html#using-the-transfer-manager>`__
13+
s3transfer, try the interfaces exposed in `boto3 <https://docs.aws.amazon.com/boto3/latest/guide/s3.html>`__

s3transfer/processpool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
7474
* ``extra_args``: A dictionary containing any additional client arguments
7575
to include in the
76-
`GetObject <https://botocore.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#S3.Client.get_object>`_
76+
`GetObject <https://docs.aws.amazon.com/botocore/latest/reference/services/s3/client/get_object.html>`_
7777
API request. For example:
7878
7979
.. code:: python

0 commit comments

Comments
 (0)