Skip to content

Commit 4a7f973

Browse files
committed
Merge branch '2.4' into 2.5
* 2.4: Update home of DoctrineExtensions. Update datetime.rst Update datetime.rst
2 parents 0d2bf4f + e579876 commit 4a7f973

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

cookbook/doctrine/common_extensions.rst

+8-8
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ To do this, you have two options:
2222
#. Implement this services directly by following the documentation for integration
2323
with Symfony2: `Install Gedmo Doctrine2 extensions in Symfony2`_
2424

25-
.. _`DoctrineExtensions`: https://github.com/l3pp4rd/DoctrineExtensions
25+
.. _`DoctrineExtensions`: https://github.com/Atlantic18/DoctrineExtensions
2626
.. _`StofDoctrineExtensionsBundle`: https://github.com/stof/StofDoctrineExtensionsBundle
27-
.. _`Sluggable`: https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/sluggable.md
28-
.. _`Translatable`: https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/translatable.md
29-
.. _`Timestampable`: https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/timestampable.md
30-
.. _`Loggable`: https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/loggable.md
31-
.. _`Tree`: https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/tree.md
32-
.. _`Sortable`: https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/sortable.md
33-
.. _`Install Gedmo Doctrine2 extensions in Symfony2`: https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/symfony2.md
27+
.. _`Sluggable`: https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/sluggable.md
28+
.. _`Translatable`: https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/translatable.md
29+
.. _`Timestampable`: https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/timestampable.md
30+
.. _`Loggable`: https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/loggable.md
31+
.. _`Tree`: https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/tree.md
32+
.. _`Sortable`: https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/sortable.md
33+
.. _`Install Gedmo Doctrine2 extensions in Symfony2`: https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/symfony2.md

reference/forms/types/datetime.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ format
7474

7575
**type**: ``string`` **default**: ``Symfony\Component\Form\Extension\Core\Type\DateTimeType::HTML5_FORMAT``
7676

77-
If the ``widget`` option is set to ``single_text``, this option specifies the
77+
If the ``widget`` option is set to ``single_text``, this option specifies
7878
the format of the input, i.e. how Symfony will interpret the given input
7979
as a datetime string. It defaults to the `RFC 3339`_ format which is used
8080
by the HTML5 ``datetime`` field. Keeping the default value will cause the

0 commit comments

Comments
 (0)