aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Jeff Hodges <jeff@somethingsimilar.com>2016-05-19 17:53:01 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-05-19 18:05:25 +0000
commit74531752819b371955327898a8fc2a2f7f470440 (patch)
tree8975908c224d03171d5d4e431c2580e7d8816342 /site
parentd3cccae7b663d5defea2943509b0d9d245279830 (diff)
fix Docker rules link in a simple way
Updates #1236 This doesn't fix the real problem (`README.md` seems to be turning into `README.html` during the render process), but, depending on how much time others have to look at the document generator, this might be worth submitting. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1237 MOS_MIGRATED_REVID=122747784
Diffstat (limited to 'site')
-rw-r--r--site/faq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/faq.md b/site/faq.md
index f5dd9082b0..6a9e57d937 100644
--- a/site/faq.md
+++ b/site/faq.md
@@ -264,7 +264,7 @@ Can I build Docker images with Bazel?
-------------------------------------
Yes, you can use our
-[Docker rules](https://github.com/bazelbuild/bazel/blob/master/tools/build_defs/docker/README.md)
+[Docker rules](http://bazel.io/docs/be/docker.html)
to build reproducible Docker images.
Will Bazel make my builds reproducible automatically?