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

Commit 2df1224

Browse files
committed
Removed direct references to old repo
1 parent fe3a61c commit 2df1224

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

book/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ from github:
8686

8787
.. code-block:: bash
8888
89-
$ git clone git://github.com/symfony-cmf/symfony-cmf-standard.git <path-to-install>
89+
$ git clone git://github.com/symfony-cmf/standard-edition.git <path-to-install>
9090
$ cd <path-to-install>
9191
9292
You still need Composer to get the dependencies. To install or update the

bundles/simple_cms/extending_page_class.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,3 @@ For example::
7474

7575
These properties can then be accessed in your controller or templates via the
7676
``getExtras()`` or ``getExtra($key)`` methods.
77-
78-
.. _`SimpleCmsBundle`: https://github.com/symfony-cmf/SimpleCmsBundle#readme
79-
.. _`Symfony CMF Standard Edition`: https://github.com/symfony-cmf/symfony-cmf-standard
80-
.. _`CMF website`: https://github.com/symfony-cmf/cmf-website/

bundles/simple_cms/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ Sections
3939
* :doc:`rendering`
4040
* :doc:`extending_page_class`
4141

42-
.. _`Symfony CMF Standard Edition`: https://github.com/symfony-cmf/symfony-cmf-standard
42+
.. _`Symfony CMF Standard Edition`: https://github.com/symfony-cmf/standard-edition
4343
.. _`CMF website`: https://github.com/symfony-cmf/cmf-website/
4444
.. _`Packagist`: https://packagist.org/packages/symfony-cmf/simple-cms-bundle

0 commit comments

Comments
 (0)