Skip to content

Commit a89a275

Browse files
authored
Update README to reflect latest changes (#289)
1 parent efd11c5 commit a89a275

File tree

1 file changed

+15
-19
lines changed

1 file changed

+15
-19
lines changed

README.md

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
11
<img src="https://user-images.githubusercontent.com/1342803/59061804-5548e280-8872-11e9-819f-14f19f16fcb6.png" height="64" alt="PostgresNIO">
22

3-
<a href="https://github.com/swift-server/sswg/blob/main/process/incubation.md#graduated-level">
4-
<img src="https://img.shields.io/badge/sswg-incubating-green.svg" alt="SSWG Incubating">
5-
</a>
6-
<a href="https://api.vapor.codes/postgres-nio/main/PostgresNIO/">
7-
<img src="http://img.shields.io/badge/read_the-docs-2196f3.svg" alt="Documentation">
8-
</a>
9-
<a href="https://discord.gg/vapor">
10-
<img src="https://img.shields.io/discord/431917998102675485.svg" alt="Team Chat">
11-
</a>
12-
<a href="LICENSE">
13-
<img src="http://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT License">
14-
</a>
15-
<a href="https://github.com/vapor/postgres-nio/actions">
16-
<img src="https://github.com/vapor/postgres-nio/actions/workflows/main-codecov.yml/badge.svg" alt="Continuous Integration">
17-
</a>
18-
<a href="https://swift.org">
19-
<img src="http://img.shields.io/badge/swift-5.2-brightgreen.svg" alt="Swift 5.2">
20-
</a>
3+
[![SSWG Incubating Badge](https://img.shields.io/badge/sswg-incubating-green.svg)][SSWG Incubation]
4+
[![Documentation](http://img.shields.io/badge/read_the-docs-2196f3.svg)][Documentation]
5+
[![Team Chat](https://img.shields.io/discord/431917998102675485.svg)][Team Chat]
6+
[![MIT License](http://img.shields.io/badge/license-MIT-brightgreen.svg)][MIT License]
7+
[![Continuous Integration](https://github.com/vapor/postgres-nio/actions/workflows/test.yml/badge.svg)][Continuous Integration]
8+
[![Swift 5.4](http://img.shields.io/badge/swift-5.4-brightgreen.svg)][Swift 5.4]
219
<br>
2210
<br>
2311

@@ -196,7 +184,15 @@ Some queries do not receive any rows from the server (most often `INSERT`, `UPDA
196184

197185
## Security
198186

199-
Please see [SECURITY.md](https://github.com/vapor/.github/blob/main/SECURITY.md) for details on the security process.
187+
Please see [SECURITY.md] for details on the security process.
188+
189+
[SSWG Incubation]: https://github.com/swift-server/sswg/blob/main/process/incubation.md#graduated-level
190+
[Documentation]: https://api.vapor.codes/postgres-nio/main/PostgresNIO/
191+
[Team Chat]: https://discord.gg/vapor
192+
[MIT License]: LICENSE
193+
[Continuous Integration]: https://github.com/vapor/postgres-nio/actions
194+
[Swift 5.4]: https://swift.org
195+
[Security.md]: https://github.com/vapor/.github/blob/main/SECURITY.md
200196

201197
[`PostgresConnection`]: https://api.vapor.codes/postgres-nio/main/PostgresNIO/PostgresConnection/
202198
[`query(_:logger:)`]: https://api.vapor.codes/postgres-nio/main/PostgresNIO/PostgresConnection/#postgresconnection.query(_:logger:file:line:)

0 commit comments

Comments
 (0)