Skip to content

Commit 343018b

Browse files
authored
Fix broken MySQL documentation link
1 parent e0ddd7d commit 343018b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/customization/Storages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Here are some Examples:
4343
`jdbc:mariadb://db.myhost.com/my-database`
4444
`jdbc:postgres://127.0.0.1:3306/bluemap`
4545

46-
And here is some more documentation for [mysql](https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-reference-jdbc-url-format.html),
46+
And here is some more documentation for [mysql](https://dev.mysql.com/doc/connector-j/en/connector-j-reference-jdbc-url-format.html),
4747
[mariadb](https://mariadb.com/kb/en/about-mariadb-connector-j/#connection-strings) and [postgres](https://jdbc.postgresql.org/documentation/use/#connecting-to-the-database).
4848

4949
### Connection-Properties

0 commit comments

Comments
 (0)