From b6a7655a7fe5ed7dd8324ea2080d56830ac38dbd Mon Sep 17 00:00:00 2001 From: Andrew Horton Date: Sun, 15 Dec 2019 15:42:34 +0400 Subject: [PATCH] Fix link to andrewcurioso/huginn --- doc/docker/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docker/install.md b/doc/docker/install.md index 954cb14802..8bf00206eb 100644 --- a/doc/docker/install.md +++ b/doc/docker/install.md @@ -44,5 +44,5 @@ With the `cantino/huginn-single-process` image you can easily run each process n Other Docker options: -* If you don't want to use the official repo, see also: https://registry.hub.docker.com/u/andrewcurioso/huginn/ +* If you don't want to use the official repo, see also: https://registry.hub.docker.com/r/andrewcurioso/huginn * If you'd like to run Huginn's web process and job worker process in separate containers, another option is https://github.com/hackedu/huginn-docker. It also uses Unicorn as the web server and serves precompiled assets.