From 8f51a5aa325a68751511856fc1d64589f147eb72 Mon Sep 17 00:00:00 2001 From: David LeBauer Date: Fri, 25 Oct 2019 11:10:55 -0700 Subject: [PATCH] fix link to https://hub.docker.com/r/rocker/r-ver by adding `/r` to url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7e02e0..2a34ff6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Docker for Shiny Server ![](https://img.shields.io/docker/build/rocker/shiny.svg) ![](https://img.shields.io/docker/build/rocker/shiny-verse.svg) -This is a Dockerfile for Shiny Server on Debian stable. Dockerfiles building on specific versions of R are now available as tags. These images are based on the corresponding [r-ver](https://hub.docker.com/rocker/r-ver) image. You can request a specific R version using the appropriate tag, e.g. `rocker/shiny:3.3.2`. +This is a Dockerfile for Shiny Server on Debian stable. Dockerfiles building on specific versions of R are now available as tags. These images are based on the corresponding [r-ver](https://hub.docker.com/r/rocker/r-ver) image. You can request a specific R version using the appropriate tag, e.g. `rocker/shiny:3.3.2`.