diff --git a/tools/docker/README.md b/tools/docker/README.md index 966c6be74..5f71013c9 100644 --- a/tools/docker/README.md +++ b/tools/docker/README.md @@ -23,7 +23,7 @@ To setup the publication process, the target DockerHub project must be configure 1) Define a GitHub user with push rights to the current GIT repository. 2) Create the DockerHub project if necessary. -3) Activate the AutoBuild feature, using the current GIT repository as source (eg. https.//github.com/certbot/certbot-docker.git) and the user defined in 1). +3) Activate the AutoBuild feature, using the current GIT repository as source (eg. https://github.com/certbot-docker/certbot-docker.git) and the user defined in 1). 4) Define a unique tag build rule in AutoBuild configuration: _For a Certbot core Docker_ -> Source: `/^(v[0-9.]+).*$/`, Tag: `{\1}`, Dockerfile: `Dockerfile`, Build context: `/core` diff --git a/tools/docker/plugin/README.md b/tools/docker/plugin/README.md index 67c5bf866..b3c4f91d1 100644 --- a/tools/docker/plugin/README.md +++ b/tools/docker/plugin/README.md @@ -9,5 +9,5 @@ This is one of the Docker repository for the Certbot DNS plugins. ## Sources: -* [docker](https://www.github.com/certbot/certbot-docker.git) +* [docker](https://www.github.com/certbot-docker/certbot-docker.git) * [certbot](https://www.github.com/certbot/certbot.git)