Skip to content

Commit

Permalink
docs: fix samples link in README.md (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Jun 5, 2018
1 parent 058a122 commit 18a7e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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/).
Expand Down

0 comments on commit 18a7e5b

Please sign in to comment.