Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docs): move to new googleapis.dev URL #124

Merged
merged 1 commit into from Jun 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions .repo-metadata.json
Expand Up @@ -4,5 +4,6 @@
"release_level": "ga",
"language": "nodejs",
"repo": "googleapis/nodejs-promisify",
"distribution_name": "@google-cloud/promisify"
}
"distribution_name": "@google-cloud/promisify",
"client_documentation": "https://googleapis.dev/nodejs/promisify/latest"
}
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -14,7 +14,7 @@
A simple utility for promisifying functions and classes.



* [Google Cloud Common Promisify Node.js Client API Reference][client-docs]

* [github.com/googleapis/nodejs-promisify](https://github.com/googleapis/nodejs-promisify)

Expand Down Expand Up @@ -86,6 +86,9 @@ has instructions for running the samples.



The [Google Cloud Common Promisify Node.js Client API Reference][client-docs] documentation
also contains samples.

## Versioning

This library follows [Semantic Versioning](http://semver.org/).
Expand Down Expand Up @@ -115,7 +118,7 @@ Apache Version 2.0

See [LICENSE](https://github.com/googleapis/nodejs-promisify/blob/master/LICENSE)


[client-docs]: https://googleapis.dev/nodejs/promisify/latest

[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
[projects]: https://console.cloud.google.com/project
Expand Down