From dde0678246bf9e177a504063ebb4c0cc58439c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schaar?= Date: Sun, 20 Feb 2022 21:47:49 +0100 Subject: [PATCH] Update docker hub link (#779) The old docker hub link directs you either to a login page or to your profile. I think it makes more sense to redirect the user directly to available images in the explore tab --- docs/docs/10-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/10-intro.md b/docs/docs/10-intro.md index 0bd061071..792c2a184 100644 --- a/docs/docs/10-intro.md +++ b/docs/docs/10-intro.md @@ -27,7 +27,7 @@ pipeline: - Define any Docker image as context - either use your own and install the needed tools in custom Docker images, or - - search [Docker Hub](https://hub.docker.com/) for images that are already tailored for your needs) + - search [Docker Hub](https://hub.docker.com/search?type=image) for images that are already tailored for your needs) - List the commands that should be executed in your container, in order to build or test your application ```diff