Skip to content

Commit 7e368e8

Browse files
authored
Merge pull request #288 from Xenonym/fix/broken-psr18-link
Fix broken link to PSR-18 in index
2 parents d93e489 + 79eb5ae commit 7e368e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@ def setup(app):
306306
#texinfo_no_detailmenu = False
307307

308308
rst_epilog = """
309-
.. _PSR-7: http://www.php-fig.org/psr/psr-7
309+
.. _PSR-7: https://www.php-fig.org/psr/psr-7
310+
.. _PSR-18: https://www.php-fig.org/psr/psr-18
310311
.. _Composer: https://getcomposer.org
311312
.. _HttplugBundle: https://github.com/php-http/HttplugBundle
312313
"""

discovery.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,3 @@ and that it is not used by the Discovery Service by default. It is simply
291291
provided as a convenient option when writing tests.
292292

293293
.. _PSR-17: http://www.php-fig.org/psr/psr-17
294-
.. _PSR-18: http://www.php-fig.org/psr/psr-18

0 commit comments

Comments
 (0)