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

Commit 18e12cd

Browse files
committed
Fix broken links
1 parent 9a4c17c commit 18e12cd

18 files changed

+37
-37
lines changed

book/database_layer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ take different actions as objects go through their persistence lifecycle.
373373
.. _`JSR-283 specification`: http://jcp.org/en/jsr/detail?id=283
374374
.. _`Doctrine ORM`: http://symfony.com/doc/current/book/doctrine.html
375375
.. _`doctrine documentation`: http://docs.doctrine-project.org/projects/doctrine-phpcr-odm/en/latest/reference/basic-mapping.html#basicmapping-identifier-generation-strategies
376-
.. _`Basic Mapping Documentation`: http://docs.doctrine-project.org/projects/doctrine-phpcr-odm/en/latest/reference/annotations-reference.html
376+
.. _`Basic Mapping Documentation`: http://docs.doctrine-project.org/projects/doctrine-phpcr-odm/en/latest/reference/basic-mapping.html
377377
.. _`the QueryBuilder documentation`: http://docs.doctrine-project.org/projects/doctrine-phpcr-odm/en/latest/reference/query-builder.html
378378
.. _`create complex queries`: http://docs.doctrine-project.org/projects/doctrine-phpcr-odm/en/latest/reference/query-builder.html
379379
.. _`Custom Repository Classes`: http://symfony.com/doc/current/book/doctrine.html#custom-repository-classes

book/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ and then run the following command:
288288
.. _`Requirements for running Symfony2`: http://symfony.com/doc/current/reference/requirements.html
289289
.. _`SQLite`: http://www.sqlite.org/
290290
.. _`Composer`: http://getcomposer.org/
291-
.. _`guidelines in the symfony book`: http://symfony.com/doc/master/book/installation.html#configuration-and-setup
291+
.. _`guidelines in the symfony book`: http://symfony.com/doc/current/book/installation.html#book-installation-permissions
292292
.. _`the Symfony2 book`: http://symfony.com/doc/current/book/
293293
.. _`Fixtures`: http://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
294294
.. _`Symfony cookbook article on setup`: http://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html

book/structuring_content.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ optional. You can go to the :doc:`../bundles/menu/index` reference page for the
168168
configuration options list and additional information.
169169

170170
.. _KnpMenuBundle: https://github.com/knplabs/KnpMenuBundle
171-
.. _`KnpMenuBundle's documentation`: https://github.com/KnpLabs/KnpMenuBundle/blob/master/Resources/doc/index.md
172-
.. _`respective documentation page`: https://github.com/KnpLabs/KnpMenuBundle/blob/master/Resources/doc/index.md#rendering-menus
171+
.. _`KnpMenuBundle's documentation`: http://symfony.com/doc/master/bundles/KnpMenuBundle/index.html
172+
.. _`respective documentation page`: http://symfony.com/doc/master/bundles/KnpMenuBundle/index.html#rendering-menus
173173
.. _`Doctrine PHPCR documentation page`: http://docs.doctrine-project.org/projects/doctrine-phpcr-odm/en/latest/reference/association-mapping.html#references
174174
.. _`KnpMenu`: https://github.com/knplabs/KnpMenu
175175
.. _SonataDoctrinePHPCRAdminBundle: http://sonata-project.org/bundles/doctrine-phpcr-admin/master/doc/index.html

bundles/block/types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,5 +427,5 @@ for further information.
427427
.. _`Sonata Admin Extensions`: http://sonata-project.org/bundles/admin/master/doc/reference/extensions.html
428428
.. _`LiipImagineBundle`: https://github.com/liip/LiipImagineBundle
429429
.. _`LiipImagineBundle documentation`: https://github.com/liip/LiipImagineBundle/tree/master/Resources/doc
430-
.. _`sub-request`: http://symfony.com/doc/current/book/internals.html#internal-requests
430+
.. _`sub-request`: https://symfony.com/doc/current/components/http_kernel/introduction.html#http-kernel-sub-requests
431431
.. _SonataDoctrinePHPCRAdminBundle: http://sonata-project.org/bundles/doctrine-phpcr-admin/master/doc/index.html

bundles/content/exposing_content_via_rest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ for details.
151151

152152
.. _`FOSRestBundle`: https://github.com/FriendsOfSymfony/FOSRestBundle
153153
.. _`JMSSerializerBundle`: https://github.com/schmittjoh/JMSSerializerBundle
154-
.. _`FOSRestBundle view layer`: https://github.com/FriendsOfSymfony/FOSRestBundle/blob/master/Resources/doc/2-the-view-layer.md
154+
.. _`FOSRestBundle view layer`: https://symfony.com/doc/master/bundles/FOSRestBundle/2-the-view-layer.html
155155
.. _Composer: http://getcomposer.org/
156156
.. _`documentation of the JMS serializer`: http://jmsyst.com/libs/#serializer
157157
.. _`default response format changed between 1.0 and 1.1 of the ContentBundle`: https://github.com/symfony-cmf/ContentBundle/pull/91

bundles/core/publish_workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Custom Voters
293293
.............
294294

295295
To build voters with custom logic, you need to implement
296-
:class:`Symfony\\Component\\Security\\Core\\Authentication\\Voter\\VoterInterface`
296+
:class:`Symfony\\Component\\Security\\Core\\Authorization\\Voter\\VoterInterface`
297297
and define a service with the tag ``cmf_published_voter``. This is similar
298298
to the ``security.voter`` tag, but adds your voter to the publish workflow. As
299299
with the security voters, you can specify a priority, though it is of limited

bundles/menu/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,5 +182,5 @@ Read On
182182
.. _`KnpMenu`: https://github.com/knplabs/KnpMenu
183183
.. _`KnpMenuBundle`: https://github.com/knplabs/KnpMenuBundle
184184
.. _`with composer`: http://getcomposer.org
185-
.. _`rendering menus`: https://github.com/KnpLabs/KnpMenuBundle/blob/master/Resources/doc/index.md#rendering-menus
185+
.. _`rendering menus`: http://symfony.com/doc/master/bundles/KnpMenuBundle/index.html#rendering-menus
186186
.. _`symfony-cmf/menu-bundle`: https://packagist.org/packages/symfony-cmf/menu-bundle

bundles/menu/menu_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ use an absolute path to get menus that are not located in the menu basepath.
3232
You can also write your completely custom provider and register it with the
3333
KnpMenu as explained in the `KnpMenuBundle custom provider documentation`_.
3434

35-
.. _`KnpMenuBundle custom provider documentation`: https://github.com/KnpLabs/KnpMenuBundle/blob/master/Resources/doc/custom_provider.md
35+
.. _`KnpMenuBundle custom provider documentation`: http://symfony.com/doc/master/bundles/KnpMenuBundle/custom_provider.html

bundles/menu/sonata_admin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,5 +242,5 @@ configuration:
242242
.. _`Sonata Admin extension documentation`: http://sonata-project.org/bundles/admin/master/doc/reference/extensions.html
243243
.. _SonataDoctrinePHPCRAdminBundle: http://sonata-project.org/bundles/doctrine-phpcr-admin/master/doc/index.html
244244
.. _`the sonata admin documentation`: http://sonata-project.org/bundles/doctrine-phpcr-admin/master/doc/reference/configuration.html
245-
.. _`KnpMenuBundle documentation`: http://github.com/KnpLabs/KnpMenu/blob/master/doc/01-Basic-Menus.markdown#menu-attributes
245+
.. _`KnpMenuBundle documentation`: https://github.com/KnpLabs/KnpMenu/blob/master/doc/01-Basic-Menus.markdown#menu-attributes
246246
.. _BurgovKeyValueFormBundle: https://github.com/Burgov/KeyValueFormBundle

bundles/phpcr_odm/fixtures_initializers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ A simple example fixture class looks like this::
309309
}
310310
}
311311

312-
For more on fixtures, see the `documentation of the DoctrineFixturesBundle <DoctrineFixturesBundle>`_.
312+
For more on fixtures, see the `documentation of the DoctrineFixturesBundle`_.
313313

314-
.. _`DoctrineFixturesBundle`: http://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
314+
.. _`documentation of the DoctrineFixturesBundle`: http://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
315315
.. _`Doctrine data-fixtures`: https://github.com/doctrine/data-fixtures

0 commit comments

Comments
 (0)