Skip to content

Commit 9035bd5

Browse files
authored
Merge pull request #16764 from fabpot/remove-undefined-refs-44
Remove undefined refs
2 parents 677835a + f17b78c commit 9035bd5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

contributing/code/standards.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Naming Conventions
210210
* Use `snake_case`_ for configuration parameters and Twig template variables
211211
(e.g. ``framework.csrf_protection``, ``http_status_code``);
212212

213-
* Use `SCREAMING_SNAKE_CASE`_ for constants (e.g. ``InputArgument::IS_ARRAY``);
213+
* Use SCREAMING_SNAKE_CASE for constants (e.g. ``InputArgument::IS_ARRAY``);
214214

215215
* Use `UpperCamelCase`_ for enumeration cases (e.g. ``InputArgumentMode::IsArray``);
216216

frontend/encore/simple-example.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ As simple as the above example is, instead of building your application inside o
214214
``app.js``, we recommend `Stimulus`_: a small JavaScript framework that makes it
215215
easy to attach behavior to HTML. It's powerful, and you will love it! Symfony
216216
even provides packages to add more features to Stimulus. These are called the
217-
`Symfony UX Packages`_.
217+
Symfony UX Packages.
218218

219219
If you followed the setup instructions, you should already have Stimulus installed
220220
and ready to go! In fact, that's the purpose of the ``assets/bootstrap.js`` file:

reference/forms/types/map.rst.inc

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ These types are part of the :doc:`Symfony UX initiative </frontend/ux>`:
5656
UID Fields
5757
~~~~~~~~~~
5858

59-
* :doc:`UuidType </reference/forms/types/uuid>`
60-
* :doc:`UlidType </reference/forms/types/ulid>`
59+
* UuidType
60+
* UlidType
6161

6262
Field Groups
6363
~~~~~~~~~~~~

0 commit comments

Comments
 (0)