From 66fd46b555f51b1f51f70707de0b202d873396ac Mon Sep 17 00:00:00 2001 From: Louis Christopher Date: Sat, 14 Nov 2020 00:38:47 +0530 Subject: [PATCH] docs: fix incorrect how to contribute link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89f03d71..828900ab 100644 --- a/README.md +++ b/README.md @@ -91,4 +91,4 @@ If you find a bug, or have a feature suggestion, please [log an issue][issues]. contribute, please read [How to Contribute][contrib]. [issues]: https://github.com/googlemaps/js-api-loader/issues -[contrib]: https://github.com/googlemaps/js-api-loader/blob/master/packages/loader/CONTRIBUTING.md +[contrib]: https://github.com/googlemaps/js-api-loader/blob/master/CONTRIBUTING.md