Skip to content

Commit

Permalink
docs: fix reference name
Browse files Browse the repository at this point in the history
We use a dash as a separator, not a underscore.
  • Loading branch information
kenjis committed Sep 23, 2022
1 parent 3dab2de commit 9fbd5f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion user_guide_src/source/changelogs/v4.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Interface Changes
Method Signature Changes
========================

.. _v430_validation_changes:
.. _v430-validation-changes:

Validation Changes
------------------
Expand Down
2 changes: 1 addition & 1 deletion user_guide_src/source/installation/upgrade_430.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ instead of the Validation object.
Validation Changes
==================

- ``ValidationInterface`` has been changed. Implemented classes should likewise add the methods and the parameters so as not to break LSP. See :ref:`v430_validation_changes` for details.
- ``ValidationInterface`` has been changed. Implemented classes should likewise add the methods and the parameters so as not to break LSP. See :ref:`v430-validation-changes` for details.
- The return value of ``Validation::loadRuleGroup()`` has been changed ``null`` to ``[]`` when the ``$group`` is empty. Update the code if you depend on the behavior.

.. _upgrade-430-stream-filter:
Expand Down

0 comments on commit 9fbd5f8

Please sign in to comment.