@@ -84,7 +84,7 @@ It is also possible to use the `database/sql` interface and convert a connection
8484
8585## Testing
8686
87- See CONTRIBUTING.md for setup instructions.
87+ See [ CONTRIBUTING.md] ( ./CONTRIBUTING.md ) for setup instructions.
8888
8989## Architecture
9090
@@ -126,7 +126,7 @@ pgerrcode contains constants for the PostgreSQL error codes.
126126
127127## Adapters for 3rd Party Tracers
128128
129- * [ https:// github.com/jackhopner/pgx-xray-tracer] ( https://github.com/jackhopner/pgx-xray-tracer )
129+ * [ github.com/jackhopner/pgx-xray-tracer] ( https://github.com/jackhopner/pgx-xray-tracer )
130130
131131## Adapters for 3rd Party Loggers
132132
@@ -156,7 +156,7 @@ Library for scanning data from a database into Go structs and more.
156156A carefully designed SQL client for making using SQL easier,
157157more productive, and less error-prone on Golang.
158158
159- ### [ https:// github.com/otan/gopgkrb5] ( https://github.com/otan/gopgkrb5 )
159+ ### [ github.com/otan/gopgkrb5] ( https://github.com/otan/gopgkrb5 )
160160
161161Adds GSSAPI / Kerberos authentication support.
162162
@@ -169,6 +169,6 @@ Explicit data mapping and scanning library for Go structs and slices.
169169Type safe and flexible package for scanning database data into Go types.
170170Supports, structs, maps, slices and custom mapping functions.
171171
172- ### [ https:// github.com/z0ne-dev/mgx] ( https://github.com/z0ne-dev/mgx )
172+ ### [ github.com/z0ne-dev/mgx] ( https://github.com/z0ne-dev/mgx )
173173
174174Code first migration library for native pgx (no database/sql abstraction).
0 commit comments