Skip to content

Commit 9e006cc

Browse files
fix undefined labels reported by documentation CI check
1 parent 98ccb59 commit 9e006cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/builder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ is processed.
4949
:scale: 75 %
5050

5151

52-
For every discovered buildspecs, buildtest will validate the buildspecs in the :ref:`parse stage <_parse_buildspecs>` to
52+
For every discovered buildspecs, buildtest will validate the buildspecs in the :ref:`parse stage <parse_buildspecs>` to
5353
ensure buildspec is a valid YAML file according to schema json schema.
5454

5555
.. _parse_buildspecs:

docs/writing_buildspecs/global.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on ``type`` field.
3434
Every sub-schema requires **type** field in this case, ``type: script`` informs
3535
buildtest to validate with the :ref:`script_schema` which will use schema `script.schema.json <https://buildtesters.github.io/buildtest/pages/schemas/script.schema.json>`_.
3636

37-
To understand how buildtest validates the buildspec see :ref:`parsing buildspecs <parse_stage>`.
37+
To learn more about how buildtest validates the buildspec, please see :ref:`parsing buildspecs <parse_buildspecs>`.
3838

3939
.. _maintainers:
4040

0 commit comments

Comments
 (0)