From 2220a2eaa3c0a020ee8f70f8c34e8d0c13636075 Mon Sep 17 00:00:00 2001 From: Michael Delgado Date: Sat, 13 Oct 2018 11:48:04 -0700 Subject: [PATCH] Point badges to dockerhub, add alt-text to microbadger Updates: * Currently clicking on the pulls & stars badges directs users to the actual button svg image source. The link should point to https://hub.docker.com/r/jupyter/minimal-notebook/. * Add alt-text "image metadata" to microbadger badge --- minimal-notebook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal-notebook/README.md b/minimal-notebook/README.md index 0d9f5146..3d926820 100644 --- a/minimal-notebook/README.md +++ b/minimal-notebook/README.md @@ -1,4 +1,4 @@ -![docker pulls](https://img.shields.io/docker/pulls/jupyter/minimal-notebook.svg) ![docker stars](https://img.shields.io/docker/stars/jupyter/minimal-notebook.svg) [![](https://images.microbadger.com/badges/image/jupyter/minimal-notebook.svg)](https://microbadger.com/images/jupyter/minimal-notebook "jupyter/minimal-notebook image metadata") +[![docker pulls](https://img.shields.io/docker/pulls/jupyter/minimal-notebook.svg)](https://hub.docker.com/r/jupyter/minimal-notebook/) [![docker stars](https://img.shields.io/docker/stars/jupyter/minimal-notebook.svg)](https://hub.docker.com/r/jupyter/minimal-notebook/) [![image metadata](https://images.microbadger.com/badges/image/jupyter/minimal-notebook.svg)](https://microbadger.com/images/jupyter/minimal-notebook "jupyter/minimal-notebook image metadata") # Minimal Jupyter Notebook Stack