Skip to content

Commit 9483e10

Browse files
authored
docs: Change master to main (#994)
1 parent b648a79 commit 9483e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ overrides:
6565

6666
Each override document has the following keys:
6767
- `db_type`:
68-
- The PostgreSQL type to override. Find the full list of supported types in [postgresql_type.go](https://github.com/kyleconroy/sqlc/blob/master/internal/codegen/golang/postgresql_type.go#L12).
68+
- The PostgreSQL type to override. Find the full list of supported types in [postgresql_type.go](https://github.com/kyleconroy/sqlc/blob/main/internal/codegen/golang/postgresql_type.go#L12).
6969
- `go_type`:
7070
- A fully qualified name to a Go type to use in the generated code.
7171
- `nullable`:

0 commit comments

Comments
 (0)