diff --git a/docs/en/reference/introduction.rst b/docs/en/reference/introduction.rst index ac552a81618..9f66a2b44d5 100644 --- a/docs/en/reference/introduction.rst +++ b/docs/en/reference/introduction.rst @@ -20,14 +20,15 @@ The following database vendors are currently supported: - SQLite The Doctrine DBAL can be used independently of the -[Doctrine Object-Relational Mapper (ORM)](https://www.doctrine-project.org/projects/orm.html). -In order to use the DBAL all you need is -the class loader provided by [Composer](https://getcomposer.org/), to be able to autoload the classes: +`Doctrine Object-Relational Mapper (ORM) `_. +In order to use the DBAL all you need is the class loader provided by +`Composer `_, to be able to autoload the +classes: .. code-block:: php