Skip to content

Commit 4cd6a15

Browse files
committed
adjust label ref syntax
hyperlinks for anchors need the `:ref:` directive and do not used the `_` required for direct URL links.
1 parent 8a3b1cf commit 4cd6a15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/configurable.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ such as ``show_100_pass_modules``.
121121
* ``probes`` - Root note for probe plugin configs
122122

123123
For an example of how to use the ``detectors``, ``generators``, ``buffs``,
124-
``harnesses``, and ``probes`` root entries, see `Configuring plugins with YAML <config_with_yaml>`_ below.
124+
``harnesses``, and ``probes`` root entries, see :ref:`Configuring plugins with YAML <config_with_yaml>` below.
125125

126126
``reporting`` config items
127127
""""""""""""""""""""""""""
@@ -176,7 +176,7 @@ has the same structure as a YAML config, starting with the plugin model/type.
176176
The config can either be written to a file and the path passed, with
177177
`--generator_option_file` or `--probe_option_file`, or directly as JSON on the
178178
command prompt, with `--generator_options` or `--probe_options`. An example
179-
is given in `RestGenerator Config with JSON <rest_generator_with_json>`_ below.
179+
is given in :ref:`RestGenerator Config with JSON <rest_generator_with_json>` below.
180180

181181

182182
Configuring Plugins

0 commit comments

Comments
 (0)