Skip to content

Commit dac936b

Browse files
Márk Sági-Kazárshulard
Márk Sági-Kazár
authored andcommitted
reST fixes
Fix indentation Fix cross-linking Fix cross-linking Fix cross-linking
1 parent c7de09a commit dac936b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

clients/guzzle5-adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Then create the adapter::
3737

3838
$adapter = new GuzzleAdapter($guzzle, new GuzzleMessageFactory());
3939

40-
Or if you installed the :ref:`discovery <discovery>` layer::
40+
Or if you installed the :doc:`discovery </discovery>` layer::
4141

4242
use Http\Adapter\Guzzle5\Client as GuzzleAdapter;
4343

clients/includes/install-discovery.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Alternatively you can install the :ref:`discovery <discovery>` layer
1+
Alternatively you can install the :doc:`discovery </discovery>` layer
22
to be able to automatically find installed resources, like factories:
33

44
.. code-block:: bash

clients/includes/install-message-factory.inc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ to install one as well (for example `Guzzle PSR-7`_):
33

44
.. code-block:: bash
55

6-
$ composer require guzzlehttp/psr7
6+
$ composer require guzzlehttp/psr7
77

88
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:
1212

1313
.. code-block:: bash
1414

15-
$ composer require php-http/message
15+
$ composer require php-http/message
1616

1717
.. _Diactoros: http://docs.guzzlephp.org/en/5.3/
1818
.. _Guzzle PSR-7: https://github.com/guzzle/psr7

0 commit comments

Comments
 (0)