Skip to content

Commit

Permalink
BUGFIX: Fix typos in deprecated Fusion object reference
Browse files Browse the repository at this point in the history
Fix broken references introduced in neos#4537
  • Loading branch information
manuelmeister authored Oct 26, 2023
1 parent 700c9d0 commit 13b6f2a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Neos.Neos/Documentation/References/NeosFusionReference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@ Built a URI to a controller action
:argumentsToBeExcludedFromQueryString: (array) Query parameters to exclude for ``addQueryString``
:absolute: (boolean) Whether to create an absolute URI

.. note:: The use of ``Neos.Fusion:UriBuilder`` is deprecated. Use :ref:`_Neos_Fusion__ActionUri` instead.
.. note:: The use of ``Neos.Fusion:UriBuilder`` is deprecated. Use :ref:`Neos_Fusion__ActionUri` instead.

Example::

Expand All @@ -1486,15 +1486,15 @@ Removed Fusion Prototypes
The following Fusion Prototypes have been removed:

.. _Neos_Fusion__Array:
* `Neos.Fusion:Array` replaced with :ref:`_Neos_Fusion__Join`
* `Neos.Fusion:Array` replaced with :ref:`Neos_Fusion__Join`
.. _Neos_Fusion__RawArray:
* `Neos.Fusion:RawArray` replaced with :ref:`_Neos_Fusion__DataStructure`
* `Neos.Fusion:RawArray` replaced with :ref:`Neos_Fusion__DataStructure`
.. _Neos_Fusion__Collection:
* `Neos.Fusion:Collection` replaced with :ref:`_Neos_Fusion__Loop`
* `Neos.Fusion:Collection` replaced with :ref:`Neos_Fusion__Loop`
.. _Neos_Fusion__RawCollection:
* `Neos.Fusion:RawCollection` replaced with :ref:`_Neos_Fusion__Map`
* `Neos.Fusion:RawCollection` replaced with :ref:`Neos_Fusion__Map`
.. _Neos_Fusion__Attributes:
* `Neos.Fusion:Attributes` use property `attributes` in :ref:`_Neos_Fusion__Tag`
* `Neos.Fusion:Attributes` use property `attributes` in :ref:`Neos_Fusion__Tag`



0 comments on commit 13b6f2a

Please sign in to comment.