Skip to content

Commit f4d41ac

Browse files
committed
Use HTTPS in link.
1 parent 158ff83 commit f4d41ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Version History
1515

1616
* **Breaking** `MySqlBulkLoader` (for local files) and `LOAD DATA LOCAL INFILE` are disabled by default.
1717
* Set `AllowLoadLocalInfile=true` in the connection string to enable loading local data.
18-
* This is a security measure; see http://fl.vu/mysql-load-data for details.
18+
* This is a security measure; see https://fl.vu/mysql-load-data for details.
1919
* Add `AllowLoadLocalInfile` connection string option: [#643](https://github.com/mysql-net/MySqlConnector/issues/643).
2020
* Add `SslCert` and `SslKey` connection string options to specify a client certificate using PEM files: [#641](https://github.com/mysql-net/MySqlConnector/issues/641).
2121
* Add `SslCa` alias for the `CACertificateFile` connection string option: [#640](https://github.com/mysql-net/MySqlConnector/issues/640).

0 commit comments

Comments
 (0)