Skip to content

Commit f2b7bb5

Browse files
committed
Add link to GCP in readme
1 parent 574ed2a commit f2b7bb5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use these samples to deploy Autonomous Database on cloud providers using APIs. T
1616
* Deploy Autonomous Database:
1717
* [On OCI](./multicloud/oci-cli/README.md)
1818
* [On Azure](./multicloud/azure-cli/README.md)
19-
* On Google Cloud (deployment script coming soon)
19+
* [On Google](./multicloud/gcloud-cli/README.md)
2020
* Connect to your Autonomous Database
2121
* [Learn about connectivity options](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/connect-preparing.html)
2222
* Use these great VS Code extensions that help you develop and debug your database apps

sql/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Numerous SQL scripts are available to help you get started using Autonomous Data
33

44
Prerequisites:
55
* Create an Autonomous Database
6-
* [On OCI](./multicloud/oci-cli/README.md)
7-
* [On Azure](./multicloud/azure-cli/README.md)
8-
* On Google Cloud (deployment script coming soon)
6+
* [On OCI](../multicloud/oci-cli/README.md)
7+
* [On Azure](../multicloud/azure-cli/README.md)
8+
* [On Google Cloud](../multicloud/gcloud-cli/README.md)
99
* Azure and Google Cloud support private endpoints only; a VM must be deployed on the same VCN as Autonomous Database (or on a network that can access your Autonomous Database). OCI supports both public and private endpoints; ADB is deployed using public endpoints in our sample which means you can use your computer to access the database.
1010
* Use these great VS Code extensions that help you develop and debug your database apps:
1111
* SQL Developer for VS Code ([Learn More](https://www.oracle.com/database/sqldeveloper/vscode/) | [Marketplace](https://marketplace.visualstudio.com/items?itemName=Oracle.sql-developer))

0 commit comments

Comments
 (0)