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

Commit 5255200

Browse files
author
Adrien Nicolet
committed
Merge pull request #45 from symfony-cmf/fix-typos
Typos and URLs fixes
2 parents 8eedeab + 9f7244e commit 5255200

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

bundles/block.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ It replaces components of the bundle where needed to be compatible with PHPCR.
105105
The following picture shows where we use our own components (blue):
106106

107107
.. image:: ../images/bundles/classdiagram.jpg
108-
:align: center
108+
:align: center

bundles/create.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ in the enabled bundles at <Bundle>/Resources/rdf-mappings. If you use a bundle
158158
that has no RDFa mapping, you can specify a list of rdf_config_dirs that will
159159
additionally be checked for metadata.
160160

161-
See the documentation of createphp for the format of the XML metadata format.
161+
See the `documentation of createphp <https://github.com/flack/createphp>` for the format of the XML metadata format.
162162

163163

164164
Access control
@@ -288,7 +288,7 @@ Developing the hallo wysiwyg editor
288288
You can develop the hallo editor inside the Create bundle. By default, a minimized
289289
version of hallo that is bundled with create is used. To develop the actual code,
290290
you will need to checkout the full hallo repository first. You can do this by running
291-
the following commenad from the command line:
291+
the following command from the command line:
292292

293293
.. code-block:: bash
294294

bundles/phpcr-odm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DoctrinePHPCRBundle
22
===================
33

4-
The `DoctrinePHPCRBundle <https://github.com/doctrine/phpcr-bundle>`_
4+
The `DoctrinePHPCRBundle <https://github.com/doctrine/DoctrinePHPCRBundle>`_
55
provides integration with the PHP content repository and optionally with
66
Doctrine PHPCR-ODM to provide the ODM document manager in symfony.
77

contributing/code.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Resources / Links
88
-----------------
99

1010
* `GitHub <https://github.com/symfony-cmf>`_
11-
* `Website <http://cmf.symfony-project.org/>`_
12-
* `Wiki <http://wiki.github.com/symfony-cmf/symfony-cmf/>`_
11+
* `Website <http://cmf.symfony.com/>`_
12+
* `Wiki <https://github.com/symfony-cmf/symfony-cmf/wiki>`_
1313
* `Issue Tracker <http://github.com/symfony-cmf/symfony-cmf/issues>`_
1414
* `IRC channel <irc://freenode/#symfony-cmf>`_
1515
* `Users mailing list <http://groups.google.com/group/symfony-cmf-users>`_

tutorials/installing-configuring-inline-editing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Note that Symfony2.1 (currently master) is required for the CMF to work.
66
This provides a solution to easily integrate with `VIE.js <http://viejs.org>`_ and `create.js <http://createjs.org>`_
77
to provide inline editing based on `RDFa <http://rdfa.info>`_ output.
88

9-
For more information for now see the documentation of the `LiipVieBundle <https://github.com/liip/LiipVieBundle#readme>`_
9+
For more information for now see the documentation of the `CreateBundle <https://github.com/symfony-cmf/CreateBundle>`_
1010

11-
.. index:: VIE.js, LiipVieBundle, FOSRestBundle, JMSSerializerBundle, RDFa, create.js, hallo.js
11+
.. index:: VIE.js, CreateBundle, FOSRestBundle, JMSSerializerBundle, RDFa, create.js, hallo.js
1212

1313
Installation
1414
------------

0 commit comments

Comments
 (0)