From b72918d8b0c1853712e06a059e030bcf0ab87022 Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Wed, 27 Jul 2016 15:18:24 +0200 Subject: [PATCH] Redirest requires a / at the end of the URL :( --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c85ce2e..8c530c1 100644 --- a/README.md +++ b/README.md @@ -480,7 +480,7 @@ Securely store your Docker images. * [libcompose](https://github.com/docker/libcompose) - Go library for Docker Compose. * [DLite](https://github.com/nlf/dlite) - Simplest way to use Docker on OSX, no VM needed. By [@nlf](https://github.com/nlf) * [Azk](http://www.azk.io/) - Orchestrate development enviornments on your local machine by [@azukiapp](https://github.com/azukiapp) -* [Turbo](https://ramitsurana.github.io/turbo) - Simple and Powerful utility for docker. By [@ramitsurana][ramitsurana] +* [Turbo](https://ramitsurana.github.io/turbo/) - Simple and Powerful utility for docker. By [@ramitsurana][ramitsurana] ## Volume management and plugins * [Blockbridge](https://github.com/blockbridge/blockbridge-docker-volume) - The Blockbridge plugin is a volume plugin that provides access to an extensible set of container-based persistent storage options. It supports single and multi-host Docker environments with features that include tenant isolation, automated provisioning, encryption, secure deletion, snapshots and QoS. By [@blockbridge][blockbridge]