Skip to content

Commit dcc77fb

Browse files
authored
Merge pull request #24884 from nielskaspers/docs/issue-24881-fix-regexes-links
docs: fix broken cross-references to regexes section in setup.md
2 parents 538af9b + 3d5ba4c commit dcc77fb

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)