From 6e930e39a0e286b89c53237b8c664f786720bb5a Mon Sep 17 00:00:00 2001 From: Felix Hupfeld Date: Tue, 30 May 2017 19:46:02 +0200 Subject: [PATCH] Fixed link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0818d1..12d50ed 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Quobyte volume plug-in for Docker -This plugin allows you to use [Quobyte](www.quobyte.com) with Docker without installing the Quobyte client on the host system (e.q. Rancher/CoreOS) for more information look at [docs/coreos.md](docs/coreos.md). +This plugin allows you to use [Quobyte](https://www.quobyte.com) with Docker without installing the Quobyte client on the host system (e.q. Rancher/CoreOS) for more information look at [docs/coreos.md](docs/coreos.md). ## Tested @@ -126,4 +126,4 @@ $ GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -o bin/docker-quobyte-plugin ``` $ docker run --rm -v "$GOPATH":/work -e "GOPATH=/work" -w /work/src/github.com/quobyte/docker-volume golang:1.8 go build -v -ldflags "-s -w" -o bin/quobyte-docker-plugin -``` \ No newline at end of file +```