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

Typos and URLs fixes #45

Merged
merged 4 commits into from
Nov 27, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bundles/block.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ It replaces components of the bundle where needed to be compatible with PHPCR.
The following picture shows where we use our own components (blue):

.. image:: ../images/bundles/classdiagram.jpg
:align: center
:align: center
4 changes: 2 additions & 2 deletions bundles/create.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ in the enabled bundles at <Bundle>/Resources/rdf-mappings. If you use a bundle
that has no RDFa mapping, you can specify a list of rdf_config_dirs that will
additionally be checked for metadata.

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


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

.. code-block:: bash

Expand Down
2 changes: 1 addition & 1 deletion bundles/phpcr-odm.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DoctrinePHPCRBundle
===================

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

Expand Down
4 changes: 2 additions & 2 deletions contributing/code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Resources / Links
-----------------

* `GitHub <https://github.com/symfony-cmf>`_
* `Website <http://cmf.symfony-project.org/>`_
* `Wiki <http://wiki.github.com/symfony-cmf/symfony-cmf/>`_
* `Website <http://cmf.symfony.com/>`_
* `Wiki <https://github.com/symfony-cmf/symfony-cmf/wiki>`_
* `Issue Tracker <http://github.com/symfony-cmf/symfony-cmf/issues>`_
* `IRC channel <irc://freenode/#symfony-cmf>`_
* `Users mailing list <http://groups.google.com/group/symfony-cmf-users>`_
Expand Down
4 changes: 2 additions & 2 deletions tutorials/installing-configuring-inline-editing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Note that Symfony2.1 (currently master) is required for the CMF to work.
This provides a solution to easily integrate with `VIE.js <http://viejs.org>`_ and `create.js <http://createjs.org>`_
to provide inline editing based on `RDFa <http://rdfa.info>`_ output.

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

.. index:: VIE.js, LiipVieBundle, FOSRestBundle, JMSSerializerBundle, RDFa, create.js, hallo.js
.. index:: VIE.js, CreateBundle, FOSRestBundle, JMSSerializerBundle, RDFa, create.js, hallo.js

Installation
------------
Expand Down