From 90795c1c949c57c28807b7058b47ecd8327df0f3 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 24 Aug 2016 23:50:18 -0700 Subject: [PATCH] Link to the `testdata` directory from README. Allows for easier test case browsing from the README file. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14f0b37..506ba53 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ You have two options: * via [Bazel](http://bazel.io/): `bazel test //:all` * via Make: `make test` -Either way, the test will process all files in `testdata/` and tell you which -passed or failed. Bazel is typically faster, especially when rerunning tests, -due to built-in caching. +Either way, the test will process all files in [`testdata/`](testdata) and tell +you which passed or failed. Bazel is typically faster, especially when rerunning +tests, due to built-in caching. License -------