From e7214cfb7319a8d37627bf2fb43e57a5246a52ca Mon Sep 17 00:00:00 2001 From: m1ngyuan Date: Wed, 1 Apr 2020 08:25:35 +0800 Subject: [PATCH] #332 - Fix typos in reference documentation. --- src/main/asciidoc/reference/r2dbc-core.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/reference/r2dbc-core.adoc b/src/main/asciidoc/reference/r2dbc-core.adoc index f3231b63..cfc51f1f 100644 --- a/src/main/asciidoc/reference/r2dbc-core.adoc +++ b/src/main/asciidoc/reference/r2dbc-core.adoc @@ -252,7 +252,7 @@ As of this writing, the following drivers are available: * https://github.com/r2dbc/r2dbc-postgresql[Postgres] (`io.r2dbc:r2dbc-postgresql`) * https://github.com/r2dbc/r2dbc-h2[H2] (`io.r2dbc:r2dbc-h2`) * https://github.com/r2dbc/r2dbc-mssql[Microsoft SQL Server] (`io.r2dbc:r2dbc-mssql`) -* https://github.com/mirromutth/r2dbc-mysql[MySQL] (`com.github.mirromutth:r2dbc-mysql`) +* https://github.com/mirromutth/r2dbc-mysql[MySQL] (`dev.miku:r2dbc-mysql`) * https://github.com/jasync-sql/jasync-sql[jasync-sql MySQL] (`com.github.jasync-sql:jasync-r2dbc-mysql`) Spring Data R2DBC reacts to database specifics by inspecting the `ConnectionFactory` and selects the appropriate database dialect accordingly.