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

Commit 48c46b2

Browse files
committed
cleaning up links
1 parent b214650 commit 48c46b2

File tree

10 files changed

+18
-13
lines changed

10 files changed

+18
-13
lines changed

bundles/block/cache.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ block to be finished rendering or retrieving data. The block is then
316316
asynchronously or synchronously loaded and added to the page.
317317

318318
.. _`SonataCacheBundle`: https://github.com/sonata-project/SonataCacheBundle
319-
.. _`ESI`: http://wikipedia.org/wiki/Edge_Side_Includes
320-
.. _`SSI`: http://wikipedia.org/wiki/Server_Side_Includes
319+
.. _`ESI`: http://en.wikipedia.org/wiki/Edge_Side_Includes
320+
.. _`SSI`: http://en.wikipedia.org/wiki/Server_Side_Includes
321321
.. _`SonataCacheBundle documentation`: http://sonata-project.org/bundles/cache/master/doc/index.html
322322
.. _`SonataBlockBundle Advanced usage`: http://sonata-project.org/bundles/block/master/doc/reference/advanced_usage.html#block-context-manager-context-cache

bundles/block/types.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ The controller used to fetch the feed items can also be changed:
218218

219219
The `Symfony CMF Sandbox`_ contains an example of the ``RssBlock``.
220220

221+
.. _bundles-block-types-imagine:
222+
221223
ImagineBlock
222224
------------
223225

@@ -309,7 +311,7 @@ Create your first Slideshow
309311
Building a slideshow consists of creating the container ``SlideshowBlock`` and
310312
adding blocks to it. Those blocks can be any kind of blocks, but the
311313
``ImagineBlock`` makes a lot of sense. Make sure to have configured the imagine
312-
filter as explained `above <ImagineBlock>`_::
314+
filter as explained :ref:`above <bundles-block-types-imagine>`::
313315

314316
use Symfony\Cmf\Bundle\BlockBundle\Doctrine\Phpcr\SlideshowBlock;
315317
use Symfony\Cmf\Bundle\BlockBundle\Doctrine\Phpcr\ImagineBlock;

bundles/core/publish_workflow.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,8 @@ configuration in the ``sonata_admin`` section of your project configuration:
431431
432432
See the `Sonata Admin extension documentation`_ for more information.
433433

434-
.. _`Symfony2 security component`: http://www.symfony.com/doc/current/components/security/index.html
435-
.. _`Symfony2 Authorization`: http://www.symfony.com/doc/current/components/security/authorization.html
436-
.. _`Security Chapter`: http://www.symfony.com/doc/current/book/security.html
437-
.. _`ACL checks`: http://www.symfony.com/doc/current/cookbook/security/acl.html
434+
.. _`Symfony2 security component`: http://symfony.com/doc/current/components/security/index.html
435+
.. _`Symfony2 Authorization`: http://symfony.com/doc/current/components/security/authorization.html
436+
.. _`Security Chapter`: http://symfony.com/doc/current/book/security.html
437+
.. _`ACL checks`: http://symfony.com/doc/current/cookbook/security/acl.html
438438
.. _`Sonata Admin extension documentation`: http://sonata-project.org/bundles/admin/master/doc/reference/extensions.html

bundles/map.rst.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ library or they introduce a complete new concept.
1919
* :doc:`core/dependency_injection_tags`
2020
* :doc:`core/templating`
2121
* :doc:`core/persistence`
22+
* :doc:`core/forms`
2223

2324
* :doc:`create/index`
2425

bundles/media/adapters/elfinder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Installation
137137
),
138138
));
139139
140-
4. Test the elFinder browser by navigating to: http://<yoursite>/app_dev.php/elfinder
140+
4. Test the elFinder browser by navigating to: ``http://<yoursite>/app_dev.php/elfinder``
141141

142142
.. _`elFinder`: http://elfinder.org
143143
.. _`FMElfinderBundle`: https://github.com/helios-ag/FMElfinderBundle

bundles/tree_browser/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,5 +257,5 @@ For example, if your want to open a custom action:
257257
.. _`admin_tree.js`: https://github.com/sonata-project/SonataDoctrinePhpcrAdminBundle/blob/master/Resources/views/Tree/tree.html.twig
258258
.. _`select_tree.js`: https://github.com/sonata-project/SonataDoctrinePhpcrAdminBundle/blob/master/Resources/views/Form/form_admin_fields.html.twig
259259
.. _`PhpcrOdmTree`: https://github.com/sonata-project/SonataDoctrinePhpcrAdminBundle/blob/master/Tree/PhpcrOdmTree.php
260-
.. _`jsTree`: http://www.jstree.com/documentation
260+
.. _`jsTree`: http://www.jstree.com/
261261
.. _SonataDoctrinePHPCRAdminBundle: http://sonata-project.org/bundles/doctrine-phpcr-admin/master/doc/index.html

contributing/code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Resources / Links
2727
.. _`GitHub`: https://github.com/symfony-cmf
2828
.. _`Website`: http://cmf.symfony.com/
2929
.. _`Wiki`: https://github.com/symfony-cmf/symfony-cmf/wiki
30-
.. _`Issue Tracker`: http://github.com/symfony-cmf/symfony-cmf/issues
30+
.. _`Issue Tracker`: https://github.com/symfony-cmf/symfony-cmf/issues
3131
.. _`IRC channel`: irc://freenode/#symfony-cmf
3232
.. _`Users mailing list`: http://groups.google.com/group/symfony-cmf-users
3333
.. _`Devs mailing list`: http://groups.google.com/group/symfony-cmf-devs

cookbook/creating_a_cms/getting-started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ configuration:
263263
services:
264264
acme_basiccms.basic_cms.phpcr.initializer:
265265
class: Doctrine\Bundle\PHPCRBundle\Initializer\GenericInitializer
266-
arguments:
266+
arguments:
267267
- My custom initializer
268268
- ["/cms/pages", "/cms/posts", "/cms/routes"]
269269
tags:
@@ -435,5 +435,5 @@ You should now have some data in your content repository.
435435
.. _`sonata-project/doctrine-phpcr-admin-bundle`: https://packagist.org/packages/sonata-project/doctrine-phpcr-admin-bundle
436436
.. _`doctrine/data-fixtures`: https://packagist.org/packages/doctrine/data-fixtures
437437
.. _`doctrine dbal jackalope`: https://github.com/jackalope/jackalope-doctrine-dbal
438-
.. _`Apache Jackrabbit`: `https://jackrabbit.apache.org`
438+
.. _`Apache Jackrabbit`: https://jackrabbit.apache.org
439439
.. _`pre persist lifecycle event`: http://docs.doctrine-project.org/projects/doctrine-phpcr-odm/en/latest/reference/events.html#lifecycle-callbacks

quick_tour/the_third_party_bundles.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ using the FOSRestBundle_.
6464

6565
.. todo put an example in the SE?
6666
67+
.. _quick-tour-third-party-sonata:
68+
6769
Sonata Admin
6870
------------
6971

reference/configuration/content.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ admin_class
8181

8282
**type**: ``string`` **default**: ``Symfony\Cmf\Bundle\ContentBundle\Admin\StaticContentAdmin``
8383

84-
The admin class to use when `sonata admin is activated <use_sonata_admin>`_.
84+
The admin class to use when :ref:`Sonata Admin is activated <quick-tour-third-party-sonata>`.
8585

8686
document_class
8787
**************

0 commit comments

Comments
 (0)