Skip to content

Commit 1609b53

Browse files
authoredMar 26, 2024··
docs: remove RDS related issues (#2533)
1 parent e82592e commit 1609b53

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed
 

‎website/docs/examples/connections/create-connection.mdx

-8
Original file line numberDiff line numberDiff line change
@@ -289,14 +289,6 @@ connectionquery('SHOW `status` LIKE "Ssl_cipher"', function (err, res) {
289289
</TabItem>
290290
</Tabs>
291291

292-
### Related Links
293-
294-
- **Issues**
295-
- [#2130 — Update TLS certs for Amazon RDS instances](https://github.com/sidorares/node-mysql2/issues/2130)
296-
- **Pull Requests**
297-
- [#2119 — fix: make startTls code compatible with Bun](https://github.com/sidorares/node-mysql2/pull/2119)
298-
- [#2131 — Update Amazon RDS SSL CA cert](https://github.com/sidorares/node-mysql2/pull/2131)
299-
300292
<hr />
301293

302294
## createConnection(config) — Socks

‎website/docs/examples/connections/create-pool.mdx

-8
Original file line numberDiff line numberDiff line change
@@ -390,14 +390,6 @@ Don't forget to release the connection when finished by using:
390390

391391
:::
392392

393-
### Related Links
394-
395-
- **Issues**
396-
- [#2130 — Update TLS certs for Amazon RDS instances](https://github.com/sidorares/node-mysql2/issues/2130)
397-
- **Pull Requests**
398-
- [#2119 — fix: make startTls code compatible with Bun](https://github.com/sidorares/node-mysql2/pull/2119)
399-
- [#2131 — Update Amazon RDS SSL CA cert](https://github.com/sidorares/node-mysql2/pull/2131)
400-
401393
<hr />
402394

403395
## createPool(config) — Socks

‎website/docs/examples/connections/createPoolCluster.mdx

-8
Original file line numberDiff line numberDiff line change
@@ -420,14 +420,6 @@ Don't forget to release the connection when finished by using:
420420

421421
:::
422422

423-
### Related Links
424-
425-
- **Issues**
426-
- [#2130 — Update TLS certs for Amazon RDS instances](https://github.com/sidorares/node-mysql2/issues/2130)
427-
- **Pull Requests**
428-
- [#2119 — fix: make startTls code compatible with Bun](https://github.com/sidorares/node-mysql2/pull/2119)
429-
- [#2131 — Update Amazon RDS SSL CA cert](https://github.com/sidorares/node-mysql2/pull/2131)
430-
431423
<hr />
432424

433425
## add(group, config) — Socks

0 commit comments

Comments
 (0)
Please sign in to comment.