Skip to content

Commit f3f2611

Browse files
authored
Merge pull request #6583 from EFord36/fix-broken-links
Fix broken links in docs
2 parents b8be93a + a0e79ba commit f3f2611

4 files changed

Lines changed: 5 additions & 8 deletions

File tree

AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Keepers of the Crystals
88

99
Previous Keepers of Crystals
1010
````````````````````````````
11-
- Kenneth Reitz <me@kennethreitz.org> `@ken-reitz <https://github.com/ken-reitz>`_, reluctant Keeper of the Master Crystal.
11+
- Kenneth Reitz <me@kennethreitz.org> `@kennethreitz <https://github.com/kennethreitz>`_, reluctant Keeper of the Master Crystal.
1212
- Cory Benfield <cory@lukasa.co.uk> `@lukasa <https://github.com/lukasa>`_
1313
- Ian Cordasco <graffatcolmingov@gmail.com> `@sigmavirus24 <https://github.com/sigmavirus24>`_.
1414

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dev
1414
forwarding of `Proxy-Authorization` headers to destination servers when
1515
following HTTPS redirects.
1616

17-
When proxies are defined with user info (https://user:pass@proxy:8080), Requests
17+
When proxies are defined with user info (`https://user:pass@proxy:8080`), Requests
1818
will construct a `Proxy-Authorization` header that is attached to the request to
1919
authenticate with the proxy.
2020

docs/user/advanced.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ versions of Requests.
291291
For the sake of security we recommend upgrading certifi frequently!
292292

293293
.. _HTTP persistent connection: https://en.wikipedia.org/wiki/HTTP_persistent_connection
294-
.. _connection pooling: https://urllib3.readthedocs.io/en/latest/reference/index.html#module-urllib3.connectionpool
294+
.. _connection pooling: https://urllib3.readthedocs.io/en/latest/reference/urllib3.connectionpool.html
295295
.. _certifi: https://certifiio.readthedocs.io/
296296
.. _Mozilla trust store: https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt
297297

@@ -948,7 +948,7 @@ Link Headers
948948
Many HTTP APIs feature Link headers. They make APIs more self describing and
949949
discoverable.
950950

951-
GitHub uses these for `pagination <https://developer.github.com/v3/#pagination>`_
951+
GitHub uses these for `pagination <https://docs.github.com/en/rest/guides/using-pagination-in-the-rest-api>`_
952952
in their API, for example::
953953

954954
>>> url = 'https://api.github.com/users/kennethreitz/repos?page=1&per_page=10'
@@ -1099,7 +1099,7 @@ The **connect** timeout is the number of seconds Requests will wait for your
10991099
client to establish a connection to a remote machine (corresponding to the
11001100
`connect()`_) call on the socket. It's a good practice to set connect timeouts
11011101
to slightly larger than a multiple of 3, which is the default `TCP packet
1102-
retransmission window <https://www.hjp.at/doc/rfc/rfc2988.txt>`_.
1102+
retransmission window <https://datatracker.ietf.org/doc/html/rfc2988>`_.
11031103

11041104
Once your client has connected to the server and sent the HTTP request, the
11051105
**read** timeout is the number of seconds the client will wait for the server

docs/user/quickstart.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,3 @@ All exceptions that Requests explicitly raises inherit from
568568
-----------------------
569569

570570
Ready for more? Check out the :ref:`advanced <advanced>` section.
571-
572-
573-
If you're on the job market, consider taking `this programming quiz <https://triplebyte.com/a/b1i2FB8/requests-docs-1>`_. A substantial donation will be made to this project, if you find a job through this platform.

0 commit comments

Comments
 (0)