Fix link to docker compose release notes

Project has changed names but the link here hasn't been updated
This commit is contained in:
Michael Pereira 2021-09-15 14:05:21 -05:00 committed by GitHub
parent 3e27e1bb75
commit 884fe37e03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ This page contains information about the new features, improvements, known issue
### Upgrades
- [Compose V2 RC3](https://github.com/docker/compose-cli/releases/tag/v2.0.0-rc.3)
- [Compose V2 RC3](https://github.com/docker/compose/releases/tag/v2.0.0-rc.3)
- Compose v2 is now hosted on github.com/docker/compose.
- Fixed go panic on downscale using `compose up --scale`.
- Fixed a race condition in `compose run --rm` while capturing exit code.