From d29803d03aa5b29a32d187022404bc017a6450df Mon Sep 17 00:00:00 2001 From: Rob Dominguez Date: Sat, 22 Jun 2024 06:37:20 -0500 Subject: [PATCH] Docs: Update connection string refs for MySQL PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10895 GitOrigin-RevId: a345f8dce2facd7f4aa09cf477f5844b9e6ffcbc --- docs/docs/databases/mysql/cloud.mdx | 2 +- docs/docs/databases/mysql/docker.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/databases/mysql/cloud.mdx b/docs/docs/databases/mysql/cloud.mdx index 05aa9fb0aeb..08e1e312fc0 100644 --- a/docs/docs/databases/mysql/cloud.mdx +++ b/docs/docs/databases/mysql/cloud.mdx @@ -83,7 +83,7 @@ jdbc:mysql://localhost:4533/mysqltest?user=abc&password=pqr # assuming My ``` For more information see -[MySQL Connection URL syntax](https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-reference-jdbc-url-format.html). +[MySQL Connection URL syntax](https://dev.mysql.com/doc/connector-j/en/connector-j-reference-jdbc-url-format.html). Click `Connect Database`. diff --git a/docs/docs/databases/mysql/docker.mdx b/docs/docs/databases/mysql/docker.mdx index 288e4514c2b..86c03543458 100644 --- a/docs/docs/databases/mysql/docker.mdx +++ b/docs/docs/databases/mysql/docker.mdx @@ -180,7 +180,7 @@ jdbc:mysql://localhost:4533/mysqltest?user=abc&password=pqr # assuming My ``` For more information see -[MySQL Connection URL syntax](https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-reference-jdbc-url-format.html). +[MySQL Connection URL syntax](https://dev.mysql.com/doc/connector-j/en/connector-j-reference-jdbc-url-format.html). Click `Connect Database`.