Skip to content

Commit 2532927

Browse files
committed
Improve links in README
1 parent ad87d47 commit 2532927

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
156156
A carefully designed SQL client for making using SQL easier,
157157
more 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

161161
Adds GSSAPI / Kerberos authentication support.
162162

@@ -169,6 +169,6 @@ Explicit data mapping and scanning library for Go structs and slices.
169169
Type safe and flexible package for scanning database data into Go types.
170170
Supports, 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

174174
Code first migration library for native pgx (no database/sql abstraction).

0 commit comments

Comments
 (0)