From 1d75d379accab5489d8e69b879de0d8e713b909b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Fri, 23 Sep 2022 07:54:40 +0200 Subject: [PATCH 1/2] Use RST syntax for links This is markdown. --- docs/en/reference/introduction.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/en/reference/introduction.rst b/docs/en/reference/introduction.rst index ac552a81618..d751359cf08 100644 --- a/docs/en/reference/introduction.rst +++ b/docs/en/reference/introduction.rst @@ -20,9 +20,10 @@ 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 From 09542cf38888d3860b1ac708536775ad6c2e5cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Fri, 23 Sep 2022 07:55:03 +0200 Subject: [PATCH 2/2] Remove trailing whitespace --- docs/en/reference/introduction.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/en/reference/introduction.rst b/docs/en/reference/introduction.rst index d751359cf08..9f66a2b44d5 100644 --- a/docs/en/reference/introduction.rst +++ b/docs/en/reference/introduction.rst @@ -28,7 +28,7 @@ classes: .. code-block:: php