File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Then create the adapter::
37
37
38
38
$adapter = new GuzzleAdapter($guzzle, new GuzzleMessageFactory());
39
39
40
- Or if you installed the :ref : `discovery <discovery >` layer::
40
+ Or if you installed the :doc : `discovery </ discovery >` layer::
41
41
42
42
use Http\Adapter\Guzzle5\Client as GuzzleAdapter;
43
43
Original file line number Diff line number Diff line change 1
- Alternatively you can install the :ref :`discovery <discovery>` layer
1
+ Alternatively you can install the :doc :`discovery </ discovery>` layer
2
2
to be able to automatically find installed resources, like factories:
3
3
4
4
.. code-block:: bash
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ to install one as well (for example `Guzzle PSR-7`_):
3
3
4
4
.. code-block:: bash
5
5
6
- $ composer require guzzlehttp/psr7
6
+ $ composer require guzzlehttp/psr7
7
7
8
8
In order to provide full interoperability, message implementations are
9
- accessed through :ref :`factories <message-factory>`. Message factories for
10
- `Diactoros`_ are `Guzzle PSR-7`_ implementations are available in the
11
- :ref :`message <message>` component:
9
+ accessed through :doc :`factories </ message/ message-factory> `. Message factories for
10
+ `Diactoros`_ and `Guzzle PSR-7`_ are available in the
11
+ :doc :`message </ message> ` component:
12
12
13
13
.. code-block:: bash
14
14
15
- $ composer require php-http/message
15
+ $ composer require php-http/message
16
16
17
17
.. _Diactoros: http://docs.guzzlephp.org/en/5.3/
18
18
.. _Guzzle PSR-7: https://github.com/guzzle/psr7
You can’t perform that action at this time.
0 commit comments