From 0957f37ca2ae34f74d73452a4a9c51272431567f Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Fri, 2 Feb 2018 14:00:17 -0600 Subject: [PATCH] trivial: correct docker url --- contrib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/README.md b/contrib/README.md index f2bf21065..572e7b3c3 100644 --- a/contrib/README.md +++ b/contrib/README.md @@ -3,7 +3,7 @@ Distribution packages The relevant packaging necessary to generate *RPM*, *DEB* and *PKG* distribution packages is contained here. It is used regularly for continuous integration using [Travis CI](http://travis-ci.org). The generated packages can be used on a distribution such as Fedora, Debian, Ubuntu or Arch Linux. -The build can be performed using Linux containers with [Docker](www.docker.com). +The build can be performed using Linux containers with [Docker](https://www.docker.com). ## RPM packages A Dockerfile for Fedora can be generated in `contrib`.