From a38150e812495c818b6b76102ce88ab987a92e1b Mon Sep 17 00:00:00 2001 From: Nicola Cammillini Date: Tue, 19 Jun 2018 15:23:54 +0200 Subject: [PATCH] Broken test link After moving the directory containing tests inside package, link in README is broken. Link now points one directory down, to googlemaps/test. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80d9f468..f71721a4 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ directions_result = gmaps.directions("Sydney Town Hall", departure_time=now) ``` -For more usage examples, check out [the tests](test/). +For more usage examples, check out [the tests](googlemaps/test/). ## Features