Broken Markdown link for docker-compose in dind
Problem to solve
Markdown link text is visible because the wrong brackets are in use. The text is currently:
Note: docker-compose is not part of docker-in-docker (dind). In case you’d like to use docker-compose in your CI builds, please follow the (installation instructions for docker-compose)[https://docs.docker.com/compose/install/] provided by docker.
But this should read:
Note: docker-compose is not part of docker-in-docker (dind). In case you’d like to use docker-compose in your CI builds, please follow the [installation instructions for docker-compose](https://docs.docker.com/compose/install/) provided by docker.
Further details
Proposal
Reverse bracket order for this link