From 67b2f4ccd27bf1c9fa8298f8848e0b977458dd94 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Mon, 16 May 2022 11:53:33 -0400 Subject: [PATCH] README.md: fix docker repository link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26783646..bc0db026 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Some platforms/distros also have Ergo packages maintained for them: ### Using Docker A Dockerfile and example docker-compose recipe are available in the `distrib/docker` directory. Ergo is automatically published -to Docker Hub at [ergochat/ergo](https://hub.docker.com/r/ergochat/ergo). For more information, see the distrib/docker +to the GitHub Container Registry at [ghcr.io/ergochat/ergo](https://ghcr.io/ergochat/ergo). For more information, see the distrib/docker [README file](https://github.com/ergochat/ergo/blob/master/distrib/docker/README.md). ### From Source