diff --git a/website/docs/examples/connections/create-connection.mdx b/website/docs/examples/connections/create-connection.mdx index c2b8f365fc..5edf1aa7bc 100644 --- a/website/docs/examples/connections/create-connection.mdx +++ b/website/docs/examples/connections/create-connection.mdx @@ -289,14 +289,6 @@ connectionquery('SHOW `status` LIKE "Ssl_cipher"', function (err, res) { -### Related Links - -- **Issues** - - [#2130 — Update TLS certs for Amazon RDS instances](https://github.com/sidorares/node-mysql2/issues/2130) -- **Pull Requests** - - [#2119 — fix: make startTls code compatible with Bun](https://github.com/sidorares/node-mysql2/pull/2119) - - [#2131 — Update Amazon RDS SSL CA cert](https://github.com/sidorares/node-mysql2/pull/2131) -
## createConnection(config) — Socks diff --git a/website/docs/examples/connections/create-pool.mdx b/website/docs/examples/connections/create-pool.mdx index a1a84862fb..980192dc7c 100644 --- a/website/docs/examples/connections/create-pool.mdx +++ b/website/docs/examples/connections/create-pool.mdx @@ -390,14 +390,6 @@ Don't forget to release the connection when finished by using: ::: -### Related Links - -- **Issues** - - [#2130 — Update TLS certs for Amazon RDS instances](https://github.com/sidorares/node-mysql2/issues/2130) -- **Pull Requests** - - [#2119 — fix: make startTls code compatible with Bun](https://github.com/sidorares/node-mysql2/pull/2119) - - [#2131 — Update Amazon RDS SSL CA cert](https://github.com/sidorares/node-mysql2/pull/2131) -
## createPool(config) — Socks diff --git a/website/docs/examples/connections/createPoolCluster.mdx b/website/docs/examples/connections/createPoolCluster.mdx index 3c10fcb845..b13ceafdf4 100644 --- a/website/docs/examples/connections/createPoolCluster.mdx +++ b/website/docs/examples/connections/createPoolCluster.mdx @@ -420,14 +420,6 @@ Don't forget to release the connection when finished by using: ::: -### Related Links - -- **Issues** - - [#2130 — Update TLS certs for Amazon RDS instances](https://github.com/sidorares/node-mysql2/issues/2130) -- **Pull Requests** - - [#2119 — fix: make startTls code compatible with Bun](https://github.com/sidorares/node-mysql2/pull/2119) - - [#2131 — Update Amazon RDS SSL CA cert](https://github.com/sidorares/node-mysql2/pull/2131) -
## add(group, config) — Socks