@@ -24,7 +24,7 @@ PostgresNIO does not provide a `ConnectionPool` as of today, but this is a [feat
2424
2525## API Docs
2626
27- Check out the [ PostgresNIO API docs] ( https://api.vapor.codes/postgres-nio/main/PostgresNIO/ ) for a
27+ Check out the [ PostgresNIO API docs] [ Documentation ] for a
2828detailed look at all of the classes, structs, protocols, and more.
2929
3030## Getting started
@@ -187,20 +187,20 @@ Some queries do not receive any rows from the server (most often `INSERT`, `UPDA
187187Please see [ SECURITY.md] for details on the security process.
188188
189189[ 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/
190+ [ Documentation ] : https://swiftpackageindex.com/ vapor/postgres-nio/documentation
191191[ Team Chat ] : https://discord.gg/vapor
192192[ MIT License ] : LICENSE
193193[ Continuous Integration ] : https://github.com/vapor/postgres-nio/actions
194194[ Swift 5.5 ] : https://swift.org
195195[ Security.md ] : https://github.com/vapor/.github/blob/main/SECURITY.md
196196
197- [ `PostgresConnection` ] : https://api. vapor.codes /postgres-nio/main/PostgresNIO/PostgresConnection /
198- [ `query(_:logger:)` ] : https://api. vapor.codes /postgres-nio/main/PostgresNIO/PostgresConnection/# postgresconnection. query(_:logger:file:line:)
199- [ `PostgresQuery` ] : https://api. vapor.codes /postgres-nio/main/PostgresNIO/PostgresQuery /
200- [ `PostgresRow` ] : https://api. vapor.codes /postgres-nio/main/PostgresNIO/PostgresRow /
201- [ `PostgresRowSequence` ] : https://api. vapor.codes /postgres-nio/main/PostgresNIO/PostgresRowSequence /
202- [ `PostgresDecodable` ] : https://api. vapor.codes /postgres-nio/main/PostgresNIO/PostgresDecodable /
203- [ `PostgresEncodable` ] : https://api. vapor.codes /postgres-nio/main/PostgresNIO/PostgresEncodable /
197+ [ `PostgresConnection` ] : https://swiftpackageindex.com/ vapor/postgres-nio/documentation/postgresnio/postgresconnection /
198+ [ `query(_:logger:)` ] : https://swiftpackageindex.com/ vapor/postgres-nio/documentation/postgresnio/ postgresconnection/ query(_:logger:file:line:)-9mkfn
199+ [ `PostgresQuery` ] : https://swiftpackageindex.com/ vapor/postgres-nio/documentation/postgresnio/postgresquery /
200+ [ `PostgresRow` ] : https://swiftpackageindex.com/ vapor/postgres-nio/documentation/postgresnio/postgresrow /
201+ [ `PostgresRowSequence` ] : https://swiftpackageindex.com/ vapor/postgres-nio/documentation/postgresnio/postgresrowsequence /
202+ [ `PostgresDecodable` ] : https://swiftpackageindex.com/ vapor/postgres-nio/documentation/postgresnio/postgresdecodable /
203+ [ `PostgresEncodable` ] : https://swiftpackageindex.com/ vapor/postgres-nio/documentation/postgresnio/postgresencodable /
204204
205205[ PostgresKit ] : https://github.com/vapor/postgres-kit
206206
0 commit comments