From fb982045743ca53fbc6c74cd91223634b1fab41d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Weslley=20Ara=C3=BAjo?= <46850407+wellwelwel@users.noreply.github.com> Date: Thu, 6 Feb 2025 13:36:23 -0300 Subject: [PATCH] Update website/docs/documentation/ssl.mdx --- website/docs/documentation/ssl.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/documentation/ssl.mdx b/website/docs/documentation/ssl.mdx index d4ced11a84..59f6b07fa9 100644 --- a/website/docs/documentation/ssl.mdx +++ b/website/docs/documentation/ssl.mdx @@ -6,7 +6,7 @@ As part of the connection options, you can specify the `ssl` object property or ssl?: string | SslOptions; ``` -See full list of [SslOptions](../../../typings/mysql/lib/Connection.d.ts), which are in the same format as [tls.createSecureContext](https://nodejs.org/api/tls.html#tls_tls_createsecurecontext_options). +See full list of [SslOptions](https://github.com/sidorares/node-mysql2/blob/master/typings/mysql/lib/Connection.d.ts#L24-L80), which are in the same format as [tls.createSecureContext](https://nodejs.org/api/tls.html#tls_tls_createsecurecontext_options). ## SSL Options