Skip to content

Commit d887e85

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: fixed broken links for relative dateformats
2 parents 8e1281f + 7d7c93d commit d887e85

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
@@ -2830,4 +2830,4 @@ Authorization (Denying Access)
28302830
.. _`HTTP Basic authentication`: https://en.wikipedia.org/wiki/Basic_access_authentication
28312831
.. _`Login CSRF attacks`: https://en.wikipedia.org/wiki/Cross-site_request_forgery#Forging_login_requests
28322832
.. _`SensitiveParameter PHP attribute`: https://wiki.php.net/rfc/redact_parameters_in_back_traces
2833-
.. _`PHP date relative formats`: https://www.php.net/datetime.formats.relative
2833+
.. _`PHP date relative formats`: https://www.php.net/manual/en/datetime.formats.php#datetime.formats.relative

0 commit comments

Comments
 (0)