Skip to content

Commit 253e481

Browse files
committed
Update dead links
1 parent 66c4570 commit 253e481

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/build-and-networks/docker-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ These advanced instructions are intended for developers who want to build their
1313
1. Docker Engine v20.10.x and above (use `docker -v` to check)
1414
2. Docker Compose v2.3.x and above (use `docker compose version` to check)
1515

16-
Our Docker Compose files [use Compose v2 syntax](https://docs.docker.com/compose/compose-v2/). The primary difference in usage is that Docker Compose's new implementation uses `docker compose` commands (with a space), rather than the legacy `docker-compose` although they are supposed to be drop-in replacements for each other.
16+
Our Docker Compose files [use Compose v2 syntax](https://docs.docker.com/reference/compose-file/). The primary difference in usage is that Docker Compose's new implementation uses `docker compose` commands (with a space), rather than the legacy `docker-compose` although they are supposed to be drop-in replacements for each other.
1717

1818
### Special guidance for Mac OS running on Apple silicon (M-series chips)
1919

docs/setup-and-configure/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Docker-based installations are useful when running non-validator (observer) node
1515
1. Docker Engine v20.10.x and above (use `docker -v` to check)
1616
2. Docker Compose v2.3.x and above (use `docker compose version` to check)
1717

18-
Our Docker Compose files [use Compose v2 syntax](https://docs.docker.com/compose/compose-v2/). The primary difference in usage is that Docker Compose's new implementation uses `docker compose` commands (with a space), rather than the legacy `docker-compose` although they are supposed to be drop-in replacements for each other.
18+
Our Docker Compose files [use Compose v2 syntax](https://docs.docker.com/reference/compose-file/). The primary difference in usage is that Docker Compose's new implementation uses `docker compose` commands (with a space), rather than the legacy `docker-compose` although they are supposed to be drop-in replacements for each other.
1919

2020
### Special guidance for Mac OS running on Apple silicon (M-series chips)
2121

0 commit comments

Comments
 (0)