Skip to content

Commit 3a78125

Browse files
committed
repository_configuration.md: Update doctrine doc to 2.18 (#3162)
1 parent a39acd6 commit 3a78125

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/administration/configuration/repository_configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ibexa:
3030
3131
It uses [Doctrine DBAL](https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/) (Database Abstraction Layer).
3232
Database settings are supplied by [DoctrineBundle](https://github.com/doctrine/DoctrineBundle).
33-
As such, you can refer to [DoctrineBundle's documentation](https://github.com/doctrine/DoctrineBundle/blob/2.7.x/Resources/doc/configuration.rst#doctrine-dbal-configuration).
33+
As such, you can refer to [DoctrineBundle's documentation](https://github.com/doctrine/DoctrineBundle/blob/2.18.x/docs/en/configuration.rst#doctrine-dbal-configuration).
3434
3535
If no repository is specified for a SiteAccess or SiteAccess group, the first repository defined under `ibexa.repositories` is used:
3636

@@ -64,7 +64,7 @@ Invalid configuration causes problems for different parts of the system, for exa
6464

6565
### Entity manager
6666

67-
If you use the [Doctrine entity manager](https://www.doctrine-project.org/projects/doctrine-orm/en/2.10/tutorials/getting-started.html#obtaining-the-entitymanager), you're unable to connect different SiteAccesses to different databases.
67+
If you use the [Doctrine entity manager](https://www.doctrine-project.org/projects/doctrine-orm/en/2.18/tutorials/getting-started.html#obtaining-the-entitymanager), you're unable to connect different SiteAccesses to different databases.
6868

6969
To have this possibility, you need to use the SiteAccess-aware entity manager: `ibexa.doctrine.orm.entity_manager`.
7070

0 commit comments

Comments
 (0)