Skip to content

Commit 0d520e8

Browse files
committed
Fixed broken links
1 parent edf08be commit 0d520e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

discovery.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ This type of discovery finds a factory for a PSR-17_ implementation::
267267
PSR-18 Client Discovery
268268
-----------------------
269269

270-
This type of discovery finds a PSR-18 HTTP Client implementation::
270+
This type of discovery finds a PSR-18_ HTTP Client implementation::
271271

272272
use Psr\Http\Client\ClientInterface;
273273
use Http\Discovery\Psr18ClientDiscovery;
@@ -352,3 +352,5 @@ Read more in Puli's documentation (`Providing Resources`_).
352352
.. _`binding`: http://docs.puli.io/en/latest/glossary.html#glossary-binding
353353
.. _`binding-type`: http://docs.puli.io/en/latest/glossary.html#glossary-binding-type
354354
.. _Providing Resources: http://docs.puli.io/en/latest/discovery/providing-resources.html
355+
.. _PSR-17: http://www.php-fig.org/psr/psr-17
356+
.. _PSR-18: http://www.php-fig.org/psr/psr-18

0 commit comments

Comments
 (0)