From 275ae73363891530b7aa4dd4eb7ebe1a257c9128 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Sun, 2 May 2021 22:10:35 -0700 Subject: [PATCH] docs: Change master to main --- docs/reference/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/config.md b/docs/reference/config.md index 32690477ce..55e4fa080b 100644 --- a/docs/reference/config.md +++ b/docs/reference/config.md @@ -65,7 +65,7 @@ overrides: Each override document has the following keys: - `db_type`: - - 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). + - 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). - `go_type`: - A fully qualified name to a Go type to use in the generated code. - `nullable`: