Skip to content

Commit 87395d7

Browse files
committed
config: temporarily switch to fork for cli markdown files
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 50aa8b6 commit 87395d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,10 @@ defaults:
151151
# - dest is the destination path within the working tree
152152
# - src is a list of glob source paths within the remote repository
153153
fetch-remote:
154-
- repo: "https://github.com/docker/cli"
154+
# FIXME(thaJeztah): temporarily using branch from https://github.com/docker/cli/pull/3525 to fix htmlproofer validation
155+
- repo: "https://github.com/thaJeztah/cli"
155156
default_branch: "master"
156-
ref: "20.10"
157+
ref: "20.10_backport_anchor_tags"
157158
paths:
158159
- dest: "engine/extend"
159160
src:

0 commit comments

Comments
 (0)