Skip to content

Commit 3881690

Browse files
authored
Merge pull request docker#11359 from dvdksn/docs-update-cli-reference-link
docs: update link to use canonical URL for command
2 parents 35e262e + 053a560 commit 3881690

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/compose_events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ With the `--json` flag, a json object is printed one per line with the format:
3333
}
3434
```
3535

36-
The events that can be received using this can be seen [here](https://docs.docker.com/engine/reference/commandline/events/#object-types).
36+
The events that can be received using this can be seen [here](https://docs.docker.com/engine/reference/commandline/system_events/#object-types).

docs/reference/docker_compose_events.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ long: |-
1919
}
2020
```
2121
22-
The events that can be received using this can be seen [here](/engine/reference/commandline/events/#object-types).
22+
The events that can be received using this can be seen [here](/engine/reference/commandline/system_events/#object-types).
2323
usage: docker compose events [OPTIONS] [SERVICE...]
2424
pname: docker compose
2525
plink: docker_compose.yaml

0 commit comments

Comments
 (0)