aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com>2018-02-08 10:35:08 -0800
committerGravatar Jonathan Hseu <vomjom@vomjom.net>2018-02-08 10:35:08 -0800
commitb3b5d4f06129a3b3b34d1f9310c52155f80a56c0 (patch)
tree3874fe15d68d6d5416346c0758cb7da93150a9f5 /CONTRIBUTING.md
parent07ec52c0ee57f10cd0e261c498a536877e439799 (diff)
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 <yong.tang.github@outlook.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
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