diff options
author | Jan Pechek <honza@pechek.cz> | 2021-01-07 14:02:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 13:02:15 +0000 |
commit | 56a7839aedfdf849193bf25c0e2fcd8f4a0146d8 (patch) | |
tree | b6637dd652dc235a5a3851c85bd97a2ed3a98efb | |
parent | e3ce6a924f29fc277bd34d8b6a0d0a84c3029b5c (diff) |
Fixed links to Docker Hub (#1686)
-rw-r--r-- | build/docker/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/docker/README.md b/build/docker/README.md index 0e46e637..818f92d0 100644 --- a/build/docker/README.md +++ b/build/docker/README.md @@ -4,8 +4,8 @@ These are Docker images for Dendrite! They can be found on Docker Hub: -- [matrixdotorg/dendrite-monolith](https://hub.docker.com/repository/docker/matrixdotorg/dendrite-monolith) for monolith deployments -- [matrixdotorg/dendrite-polylith](https://hub.docker.com/repository/docker/matrixdotorg/dendrite-polylith) for polylith deployments +- [matrixdotorg/dendrite-monolith](https://hub.docker.com/r/matrixdotorg/dendrite-monolith) for monolith deployments +- [matrixdotorg/dendrite-polylith](https://hub.docker.com/r/matrixdotorg/dendrite-polylith) for polylith deployments ## Dockerfiles |