summaryrefslogtreecommitdiffhomepage
path: root/images
diff options
context:
space:
mode:
authorKevin Krakauer <krakauer@google.com>2020-08-04 10:01:05 -0700
committergVisor bot <gvisor-bot@google.com>2020-08-04 10:02:58 -0700
commit12c2c6ae303c97be5ad8e62b67ca265e2c4e0ba6 (patch)
treec5e558a42fe35851120c507e8e64a7e5aa8866ac /images
parent7dfcf727a5730b15020f136282a1ede15144a268 (diff)
docs: tools/images.mk does not exist.
PiperOrigin-RevId: 324833018
Diffstat (limited to 'images')
-rw-r--r--images/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/README.md b/images/README.md
index 63ce46277..9880946a6 100644
--- a/images/README.md
+++ b/images/README.md
@@ -7,7 +7,7 @@ Note that all these images must be pushed to the testing project hosted on
continuous integration. This will speed up loading as images will not need to be
built from scratch for each test run.
-Image tooling is accessible via `make`, specifically via `tools/images.mk`.
+Image tooling is accessible via `make`, specifically via `images/Makefile`.
## Why make?