From 6d0b84ec3c2ec4087262d7c5ac5d4aa7c5fe0d25 Mon Sep 17 00:00:00 2001 From: Trevor Hartman Date: Tue, 5 Jan 2016 10:28:49 -0700 Subject: [PATCH] Fix link to official images on the hub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa2584b4e..173fe26d2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # What is this? -This repository contains the docs for each of the Docker official images. See [docker-library/official-images](https://github.com/docker-library/official-images) for the configuration how the images are built. To see all of the official images go to the [hub](https://registry.hub.docker.com/repos/stackbrew/?&s=alphabetical). +This repository contains the docs for each of the Docker official images. See [docker-library/official-images](https://github.com/docker-library/official-images) for the configuration how the images are built. To see all of the official images go to the [hub](https://hub.docker.com/explore/). All Markdown files here are run through [tianon's fork of `markdownfmt`](https://github.com/tianon/markdownfmt) (only forked to add some smaller-diff preference and minor DockerHub-compatibility changes), and verified as formatted correctly via Travis-CI.