8000 Updating Doctrine links for new docs.doctrine as well as moving them … · symfony/symfony-docs@39ddef0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 39ddef0

Browse files
committed
Updating Doctrine links for new docs.doctrine as well as moving them to version 2.1
1 parent 46f1172 commit 39ddef0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

cookbook/doctrine/custom_dql_functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ In Symfony, you can register your custom DQL functions as follows:
7777
),
7878
));
7979
80-
.. _`DQL User Defined Functions`: http://www.doctrine-project.org/docs/orm/2.0/en/cookbook/dql-user-defined-functions.html
80+
.. _`DQL User Defined Functions`: http://docs.doctrine-project.org/projects/doctrine-orm/en/2.1/cookbook/dql-user-defined-functions.html

cookbook/doctrine/dbal.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,6 @@ mapping type:
184184
));
185185
186186
.. _`PDO`: http://www.php.net/pdo
187-
.. _`Doctrine`: http://www.doctrine-project.org/projects/dbal/2.0/docs/en
188-
.. _`DBAL Documentation`: http://www.doctrine-project.org/projects/dbal/2.0/docs/en
189-
.. _`Custom Mapping Types`: http://www.doctrine-project.org/docs/dbal/2.0/en/reference/types.html#custom-mapping-types
187+
.. _`Doctrine`: http://www.doctrine-project.org
188+
.. _`DBAL Documentation`: http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/index.html
189+
.. _`Custom Mapping Types`: http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/types.html#custom-mapping-types

cookbook/doctrine/event_listeners_subscribers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ specific type of entity (e.g. a ``Product`` entity but not a ``BlogPost``
111111
entity), you should check for the class name of the entity in your method
112112
(as shown above).
113113

114-
.. _`The Event System`: http://www.doctrine-project.org/docs/orm/2.0/en/reference/events.html
114+
.. _`The Event System`: http://docs.doctrine-project.org/projects/doctrine-orm/en/2.1/reference/events.html

cookbook/doctrine/reverse_engineering.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ The last command generated all getters and setters for your two ``BlogPost`` and
170170
``BlogComment`` entity class properties. The generated entities are now ready to be
171171
used. Have fun!
172172

173-
.. _`Doctrine tools documentation`: http://www.doctrine-project.org/docs/orm/2.0/en/reference/tools.html#reverse-engineering
173+
.. _`Doctrine tools documentation`: http://docs.doctrine-project.org/projects/doctrine-orm/en/2.1/reference/tools.html#reverse-engineering

reference/configuration/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,4 @@ which is the first one defined or the one configured via the
304304
Each connection is also accessible via the ``doctrine.dbal.[name]_connection``
305305
service where ``[name]`` if the name of the connection.
306306
307-
.. _DBAL documentation: http://www.doctrine-project.org/docs/dbal/2.0/en
307+
.. _DBAL documentation: http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/index.html

31D7 0 commit comments

Comments
 (0)
0