Fix malformed links (#18137)

Some links were using bad syntax
This commit is contained in:
Samy Rabih 2023-09-08 18:11:25 +02:00 committed by GitHub
parent b53d943da4
commit 69e3258ce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@ several more.
`cpuset`, `mem_limit`, `memswap_limit`, `extends`, `group_add`. See
the [upgrading](#upgrading) guide for how to migrate away from these.
For more information on `extends`, see
[Extending services](../multiple-compose-files/extends.md].
[Extending services](../multiple-compose-files/extends.md).
- Added: [deploy](compose-file-v3.md#deploy)
@ -422,7 +422,7 @@ several options have been removed:
- `extends`: This option has been removed for `version: "3.x"` Compose files.
For more information on `extends`, see
[Extending services](../multiple-compose-files/extends.md].
[Extending services](../multiple-compose-files/extends.md).
- `group_add`: This option has been removed for `version: "3.x"` Compose files.
- `pids_limit`: This option has not been introduced in `version: "3.x"` Compose files.
- `link_local_ips` in `networks`: This option has not been introduced in