mirror of https://github.com/docker/docs.git
fixed broken Edit this page links for some upstream files under /cloud/ (#14629)
Signed-off-by: craig-osterhout <craig.osterhout@docker.com>
This commit is contained in:
parent
9f4e48914b
commit
169c3ad8d7
|
@ -51,6 +51,26 @@ defaults:
|
|||
|
||||
# Set the correct edit-URL for upstream resources. We usually don't create a direct
|
||||
# edit link for these, and instead point to the directory that contains the file.
|
||||
- scope:
|
||||
path: cloud/aci-compose-features.md
|
||||
values:
|
||||
edit_url: "https://github.com/docker/compose-cli/tree/master/docs/"
|
||||
- scope:
|
||||
path: cloud/aci-container-features.md
|
||||
values:
|
||||
edit_url: "https://github.com/docker/compose-cli/tree/master/docs/"
|
||||
- scope:
|
||||
path: cloud/ecs-architecture.md
|
||||
values:
|
||||
edit_url: "https://github.com/docker/compose-cli/tree/master/docs/"
|
||||
- scope:
|
||||
path: cloud/ecs-compose-features.md
|
||||
values:
|
||||
edit_url: "https://github.com/docker/compose-cli/tree/master/docs/"
|
||||
- scope:
|
||||
path: cloud/ecs-compose-examples.md
|
||||
values:
|
||||
edit_url: "https://github.com/docker/compose-cli/tree/master/docs/"
|
||||
- scope:
|
||||
path: engine/deprecated.md
|
||||
values:
|
||||
|
|
Loading…
Reference in New Issue