Skip to content

Commit 3d5ba4c

Browse files
committed
docs: fix broken cross-references to regexes section in setup.md
Two links pointed to index.md#regexes-and-automated-builds, but the 'Regexes and automated builds' section lives in setup.md itself. Use same-file anchors so the links resolve correctly.
1 parent 3586ba5 commit 3d5ba4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/manuals/docker-hub/repos/manage/builds

content/manuals/docker-hub/repos/manage/builds/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,15 @@ You can configure your automated builds so that pushes to specific branches or t
170170
> [!NOTE]
171171
>
172172
> You can enter a name, or use a regex to match which source branch or tag
173-
> names to build. To learn more, see [regexes](index.md#regexes-and-automated-builds).
173+
> names to build. To learn more, see [regexes](#regexes-and-automated-builds).
174174
175175
4. Enter the tag to apply to Docker images built from this source.
176176

177177
> [!NOTE]
178178
>
179179
> If you configured a regex to select the source, you can reference the
180180
> capture groups and use its result as part of the tag. To learn more, see
181-
> [regexes](index.md#regexes-and-automated-builds).
181+
> [regexes](#regexes-and-automated-builds).
182182
183183
5. Repeat steps 2 through 4 for each new build rule you set up.
184184

0 commit comments

Comments
 (0)