Skip to content

Commit

Permalink
docs: remove RDS related issues (#2533)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Mar 26, 2024
1 parent e82592e commit 1609b53
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
8 changes: 0 additions & 8 deletions website/docs/examples/connections/create-connection.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -289,14 +289,6 @@ connectionquery('SHOW `status` LIKE "Ssl_cipher"', function (err, res) {
</TabItem>
</Tabs>

### 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)

<hr />

## createConnection(config) — Socks
Expand Down
8 changes: 0 additions & 8 deletions website/docs/examples/connections/create-pool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<hr />

## createPool(config) — Socks
Expand Down
8 changes: 0 additions & 8 deletions website/docs/examples/connections/createPoolCluster.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<hr />

## add(group, config) — Socks
Expand Down

0 comments on commit 1609b53

Please sign in to comment.