Skip to content

Commit fec4a30

Browse files
committed
Updates to READMEs and CODEOWNERS
1 parent aa856e7 commit fec4a30

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@
6565
/trace/**/* @ymotongpoo @GoogleCloudPlatform/python-samples-reviewers
6666
/translate/**/* @nicain @GoogleCloudPlatform/python-samples-reviewers
6767
/workflows/**/* @GoogleCloudPlatform/python-samples-reviewers
68+
/kms/**/** @GoogleCloudPlatform/dee-infra @GoogleCloudPlatform/python-samples-reviewers

kms/README.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

kms/attestations/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Google Cloud Key Management Service Python Samples
22
===============================================================================
33

44
.. image:: https://gstatic.com/cloudssh/images/open-btn.png
5-
:target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/python-kms&page=editor&open_in_editor=samples/attestations/README.rst
5+
:target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=kms/attestations/README.rst
66

77

88
This directory contains samples for Google Cloud Key Management Service. The `Cloud Key Management Service`_ allows you to create, import, and manage cryptographic keys and perform cryptographic operations in a single centralized cloud service.
@@ -27,7 +27,7 @@ Install Dependencies
2727

2828
.. code-block:: bash
2929
30-
$ git clone https://github.com/googleapis/python-kms.git
30+
$ git clone https://github.com/GoogleCloudPlatform/python-docs-samples.git
3131
3232
#. Install `pip`_ and `virtualenv`_ if you do not already have them. You may want to refer to the `Python Development Environment Setup Guide`_ for Google Cloud Platform for instructions.
3333

@@ -57,7 +57,7 @@ Verify attestations and certificate chains for keys generated by Cloud HSM
5757
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5858

5959
.. image:: https://gstatic.com/cloudssh/images/open-btn.png
60-
:target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/python-kms&page=editor&open_in_editor=samples/attestations/verify_attestation_chains.py,samples/attestations/README.rst
60+
:target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=kms/attestations/verify_attestation_chains.py,kms/attestations/README.rst
6161

6262

6363

@@ -89,7 +89,7 @@ Verify attestations for keys generated by Cloud HSM
8989
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9090

9191
.. image:: https://gstatic.com/cloudssh/images/open-btn.png
92-
:target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/python-kms&page=editor&open_in_editor=samples/attestations/verify_attestation.py,samples/attestations/README.rst
92+
:target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=kms/attestations/verify_attestation.py,kms/attestations/README.rst
9393

9494

9595

kms/snippets/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Samples, quickstarts, and other documentation are available at <a href="https://
1313
This quickstart shows you how to create and use encryption keys with Cloud Key Management Service.
1414

1515

16-
<a href="https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/python-kms&page=editor&open_in_editor=quickstart.py"><img alt="Open in Cloud Shell" src="http://gstatic.com/cloudssh/images/open-btn.png">
16+
<a href="https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=kms/snippets/quickstart.py"><img alt="Open in Cloud Shell" src="http://gstatic.com/cloudssh/images/open-btn.png">
1717
</a>
1818

1919
To run this sample:
@@ -38,7 +38,7 @@ More information about the Cloud KMS quickstart is available at https://cloud.go
3838

3939
These samples use the [Google Cloud Client Library for Python][client_library_python].
4040
You can read the documentation for more details on API usage and use GitHub
41-
to <a href="https://github.com/googleapis/python-kms">browse the source</a> and [report issues][issues].
41+
to <a href="https://github.com/GoogleCloudPlatform/python-docs-samples/kms/snippets">browse the source</a> and [report issues][issues].
4242

4343
### Contributing
4444
View the [contributing guidelines][contrib_guide], the [Python style guide][py_style] for more information.

0 commit comments

Comments
 (0)