Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 6216fa7

Browse files
committed
fixing linkage
1 parent 125829b commit 6216fa7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

bundles/phpcr_odm/fixtures_initializers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Fixture Loading
276276
---------------
277277

278278
To use the ``doctrine:phpcr:fixtures:load`` command, you additionally need to
279-
install the DoctrineFixturesBundle_ which brings the
279+
install the `DoctrineFixturesBundle`_ which brings the
280280
`Doctrine data-fixtures`_ into Symfony2.
281281

282282
Fixtures work the same way they work for Doctrine ORM. You write fixture
@@ -302,5 +302,5 @@ A simple example fixture class looks like this::
302302

303303
For more on fixtures, see the `documentation of the DoctrineFixturesBundle <DoctrineFixturesBundle>`_.
304304

305-
.. _DoctrineFixturesBundle: http://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
305+
.. _`DoctrineFixturesBundle`: http://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
306306
.. _`Doctrine data-fixtures`: https://github.com/doctrine/data-fixtures

bundles/phpcr_odm/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,9 +493,9 @@ Read On
493493

494494
.. _`DoctrinePHPCRBundle`: https://github.com/doctrine/DoctrinePHPCRBundle
495495
.. _`Symfony2 Doctrine documentation`: http://symfony.com/doc/current/book/doctrine.html
496-
.. _`Jackalope`: http://jackalope.github.com/
496+
.. _`Jackalope`: http://jackalope.github.io/
497497
.. _`Midgard2`: http://midgard-project.org/phpcr/
498-
.. _`the PHPCR website`: http://phpcr.github.com/
498+
.. _`the PHPCR website`: http://phpcr.github.io/
499499
.. _`PHPCR-ODM documentation`: http://docs.doctrine-project.org/projects/doctrine-phpcr-odm/en/latest/
500500
.. _`bug in libxml`: http://bugs.php.net/bug.php?id=36501)
501501
.. _`with composer`: http://getcomposer.org

cookbook/database/choosing_storage_layer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Furthermore, it also provides native support for translations, covering the
192192
only omission of PHPCR for the above mentioned requirements list of a CMS
193193
storage solution.
194194

195-
.. _`PHPCR`: http://phpcr.github.com
195+
.. _`PHPCR`: http://phpcr.github.io
196196
.. _`PHPCR-ODM`: http://www.doctrine-project.org/projects/phpcr-odm.html
197197
.. _`Jackalope`: https://github.com/jackalope/jackalope
198198
.. _`Jackrabbit`: http://jackrabbit.apache.org

reference/configuration/phpcr_odm.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ backend parameters
146146
If you are using one of the Jackalope backends, you can set a couple of
147147
parameters. This section explains the general parameters that are
148148
available with all Jackalope backends. You can also
149-
`activate logging and profiling <Logging and Profiling>`_.
149+
:ref:`activate logging and profiling <reference-configuration-phpcr-odm-logging>`.
150150

151151
.. versionadded:: 1.1
152152
Since DoctrinePhpcrBundle 1.1, backend configuration flags are configured
@@ -276,8 +276,6 @@ jackalope.jackrabbit_expect
276276
Send the ``Expect: 100-continue`` header on larger PUT and POST requests.
277277
Disabled by default to avoid issues with proxies and load balancers.
278278

279-
.. _bundle-phpcr-odm-doctrinedbal:
280-
281279
PHPCR Session with Jackalope Doctrine DBAL
282280
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
283281

@@ -454,6 +452,8 @@ The session backend configuration looks as follows:
454452
455453
For more information, please refer to the `official Midgard PHPCR documentation`_.
456454

455+
.. _reference-configuration-phpcr-odm-logging:
456+
457457
Logging and Profiling
458458
~~~~~~~~~~~~~~~~~~~~~
459459

0 commit comments

Comments
 (0)