Skip to content

Commit c826992

Browse files
authored
Update README.md (vapor#434)
Point documentation links to our docs as that's where we host them now
1 parent 21473f5 commit c826992

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -176,20 +176,20 @@ Some queries do not receive any rows from the server (most often `INSERT`, `UPDA
176176
Please see [SECURITY.md] for details on the security process.
177177

178178
[SSWG Incubation]: https://github.com/swift-server/sswg/blob/main/process/incubation.md#graduated-level
179-
[Documentation]: https://swiftpackageindex.com/vapor/postgres-nio/documentation
179+
[Documentation]: https://api.vapor.codes/postgresnio/documentation/postgresnio
180180
[Team Chat]: https://discord.gg/vapor
181181
[MIT License]: LICENSE
182182
[Continuous Integration]: https://github.com/vapor/postgres-nio/actions
183183
[Swift 5.7]: https://swift.org
184184
[Security.md]: https://github.com/vapor/.github/blob/main/SECURITY.md
185185

186-
[`PostgresConnection`]: https://swiftpackageindex.com/vapor/postgres-nio/documentation/postgresnio/postgresconnection/
187-
[`query(_:logger:)`]: https://swiftpackageindex.com/vapor/postgres-nio/documentation/postgresnio/postgresconnection/query(_:logger:file:line:)-9mkfn
188-
[`PostgresQuery`]: https://swiftpackageindex.com/vapor/postgres-nio/documentation/postgresnio/postgresquery/
189-
[`PostgresRow`]: https://swiftpackageindex.com/vapor/postgres-nio/documentation/postgresnio/postgresrow/
190-
[`PostgresRowSequence`]: https://swiftpackageindex.com/vapor/postgres-nio/documentation/postgresnio/postgresrowsequence/
191-
[`PostgresDecodable`]: https://swiftpackageindex.com/vapor/postgres-nio/documentation/postgresnio/postgresdecodable/
192-
[`PostgresEncodable`]: https://swiftpackageindex.com/vapor/postgres-nio/documentation/postgresnio/postgresencodable/
186+
[`PostgresConnection`]: https://api.vapor.codes/postgresnio/documentation/postgresnio/postgresconnection
187+
[`query(_:logger:)`]: https://api.vapor.codes/postgresnio/documentation/postgresnio/postgresconnection/query(_:logger:file:line:)-9mkfn
188+
[`PostgresQuery`]: https://api.vapor.codes/postgresnio/documentation/postgresnio/postgresquery
189+
[`PostgresRow`]: https://api.vapor.codes/postgresnio/documentation/postgresnio/postgresrow
190+
[`PostgresRowSequence`]: https://api.vapor.codes/postgresnio/documentation/postgresnio/postgresrowsequence
191+
[`PostgresDecodable`]: https://api.vapor.codes/postgresnio/documentation/postgresnio/postgresdecodable
192+
[`PostgresEncodable`]: https://api.vapor.codes/postgresnio/documentation/postgresnio/postgresencodable
193193

194194
[PostgresKit]: https://github.com/vapor/postgres-kit
195195

0 commit comments

Comments
 (0)