|
3 | 3 |
|
4 | 4 | ## Python Samples for Google Cloud Key Management Service
|
5 | 5 |
|
6 |
| -This directory contains samples for Google Cloud Key Management Service, which may be used as a refererence for how to use Google Cloud Key Management Service. |
| 6 | +This directory contains samples for Google Cloud Key Management Service, which may be used as a refererence for how to use this product. |
7 | 7 | The Google Cloud KMS API is a service that allows you to keep encryption keys centrally in the cloud, for direct use by cloud services. More info about Cloud KMS can be found at https://cloud.google.com/kms/docs/
|
8 | 8 | Samples, quickstarts, and other documentation are available at <a href="https://cloud.google.com/kms">cloud.google.com</a>.
|
9 | 9 |
|
@@ -37,15 +37,14 @@ More information about the Cloud KMS quickstart is available at https://cloud.go
|
37 | 37 |
|
38 | 38 | These samples use the [Google Cloud Client Library for Python][client_library_python].
|
39 | 39 | You can read the documentation for more details on API usage and use GitHub
|
40 |
| -to [browse the source][source] and [report issues][issues]. |
| 40 | +to <a href="https://github.com/googleapis/python-kms">browse the source</a> and [report issues][issues]. |
41 | 41 |
|
42 | 42 | ### Contributing
|
43 |
| -For [contributing guidelines][contrib_guide], the [Python style guide][py_style], and more information on prerequisite steps to contribute, view the source code at <a href="https://github.com/googleapis/python-kms">googleapis/python-kms</a>. |
| 43 | +View the [contributing guidelines][contrib_guide], the [Python style guide][py_style] for more information. |
44 | 44 |
|
45 | 45 | [authentication]: https://cloud.google.com/docs/authentication/getting-started
|
46 | 46 | [enable_billing]:https://cloud.google.com/apis/docs/getting-started#enabling_billing
|
47 | 47 | [client_library_python]: https://googlecloudplatform.github.io/google-cloud-python/
|
48 |
| -[source]: https://github.com/GoogleCloudPlatform/google-cloud-python |
49 | 48 | [issues]: https://github.com/GoogleCloudPlatform/google-cloud-python/issues
|
50 | 49 | [contrib_guide]: https://github.com/googleapis/google-cloud-python/blob/master/CONTRIBUTING.rst
|
51 | 50 | [py_style]: http://google.github.io/styleguide/pyguide.html
|
|
0 commit comments