Skip to content

Commit 8a69c8b

Browse files
authored
fixed broken links for relative dateformats
1 parent 87d07af commit 8a69c8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rate_limiter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,5 +526,5 @@ you can use a specific :ref:`named lock <lock-named-locks>` via the
526526
.. _`Apache mod_ratelimit`: https://httpd.apache.org/docs/current/mod/mod_ratelimit.html
527527
.. _`NGINX rate limiting`: https://www.nginx.com/blog/rate-limiting-nginx/
528528
.. _`token bucket algorithm`: https://en.wikipedia.org/wiki/Token_bucket
529-
.. _`PHP date relative formats`: https://www.php.net/datetime.formats.relative
529+
.. _`PHP date relative formats`: https://www.php.net/manual/en/datetime.formats.php#datetime.formats.relative
530530
.. _`Race conditions`: https://en.wikipedia.org/wiki/Race_condition

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2888,4 +2888,4 @@ Authorization (Denying Access)
28882888
.. _`HTTP Basic authentication`: https://en.wikipedia.org/wiki/Basic_access_authentication
28892889
.. _`Login CSRF attacks`: https://en.wikipedia.org/wiki/Cross-site_request_forgery#Forging_login_requests
28902890
.. _`SensitiveParameter PHP attribute`: https://wiki.php.net/rfc/redact_parameters_in_back_traces
2891-
.. _`PHP date relative formats`: https://www.php.net/datetime.formats.relative
2891+
.. _`PHP date relative formats`: https://www.php.net/manual/en/datetime.formats.php#datetime.formats.relative

0 commit comments

Comments
 (0)