From 52990d00254d1e36e8e1fc8e788a6953ef1b3722 Mon Sep 17 00:00:00 2001 From: Oleg Vladimirov Date: Wed, 27 Jan 2021 12:46:02 +0300 Subject: [PATCH] docs: fix error in r2dbc URLs (#384) ## Change Description Please provide a detailed description on what changes your PR will have. ## Checklist - [ ] Make sure to open an issue as a [bug/issue](https://github.com/GoogleCloudPlatform//issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea. - [ ] Ensure the tests and linter pass - [ ] Appropriate documentation is updated (if necessary) ## Relevant issues: - Fixes # --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e811f6d9..e52273ef9 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ compile 'com.google.cloud.sql:cloud-sql-connector-r2dbc-sqlserver:1.2.0' #### Creating the R2DBC URL ##### MySQL -R2DBC URL template: `r2dbc:gcp:mysql//:@/` +R2DBC URL template: `r2dbc:gcp:mysql://:@/` Add the following parameters: @@ -224,7 +224,7 @@ Add the following parameters: ##### PostgreSQL -R2DBC URL template: `r2dbc:gcp:postgres//:@/` +R2DBC URL template: `r2dbc:gcp:postgres://:@/` Add the following parameters: @@ -236,7 +236,7 @@ Add the following parameters: | DB_PASS | PostgreSQL user's password | ##### SQL Server -R2DBC URL template: `r2dbc:gcp:mssql//:@/` +R2DBC URL template: `r2dbc:gcp:mssql://:@/` Add the following parameters: