From b3b5d4f06129a3b3b34d1f9310c52155f80a56c0 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Thu, 8 Feb 2018 10:35:08 -0800 Subject: Fix broken link in CONTRIBUTING.md (#16869) This fix fixes the broken link in CONTRIBUTING.md. Without `https://`, the markdown will render the link incorrectly to https://github.com/tensorflow/tensorflow/blob/master/www.docker.com Signed-off-by: Yong Tang --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 16d7051343..2e2182bb21 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -163,7 +163,7 @@ There are two ways to run TensorFlow unit tests. bazel test ${flags} //tensorflow/python/... ``` -2. Using [Docker](www.docker.com) and TensorFlow's CI scripts. +2. Using [Docker](https://www.docker.com) and TensorFlow's CI scripts. ```bash # Install Docker first, then this will build and run cpu tests -- cgit v1.2.3