Skip to content

Commit 4c7b355

Browse files
authored
Fix 404 urls in MySQL client document (#1079)
1 parent f6623d6 commit 4c7b355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vertx-mysql-client/src/main/asciidoc/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ create easily create a string directly from the row set:
474474

475475
== MySQL Stored Procedure
476476

477-
You can run stored procedures in queries. The result will be retrieved from the server following the https://dev.mysql.com/doc/dev/mysql-server/8.0.12/page_protocol_command_phase_sp.html[MySQL protocol] without any magic here.
477+
You can run stored procedures in queries. The result will be retrieved from the server following the https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_command_phase_sp.html[MySQL protocol] without any magic here.
478478

479479
[source,$lang]
480480
----
@@ -534,7 +534,7 @@ More information can be found in the http://vertx.io/docs/vertx-core/java/#ssl[V
534534
== MySQL utility command
535535

536536
Sometimes you want to use MySQL utility commands and we provide support for this.
537-
More information can be found in the https://dev.mysql.com/doc/dev/mysql-server/8.0.12/page_protocol_command_phase_utility.html[MySQL utility commands].
537+
More information can be found in the https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_command_phase_utility.html[MySQL utility commands].
538538

539539
=== COM_PING
540540

0 commit comments

Comments
 (0)