From 18a7e5b1e78ba48d6355db125749a897dec643a3 Mon Sep 17 00:00:00 2001 From: Jonathan Lui Date: Tue, 5 Jun 2018 13:12:29 -0700 Subject: [PATCH] docs: fix samples link in README.md (#1207) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88234b17e39..8671774e434 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ runSample().catch(console.error); ``` ### Samples -There are a lot of [samples](samples/) 🤗 If you're trying to figure out how to use an API ... look there first! If there's a sample you need missing, feel free to file an [issue][bugs]. +There are a lot of [samples](https://github.com/google/google-api-nodejs-client/tree/master/samples) 🤗 If you're trying to figure out how to use an API ... look there first! If there's a sample you need missing, feel free to file an [issue][bugs]. ### Reference API This library provides generated [Reference API documentation](http://google.github.io/google-api-nodejs-client/).