Skip to content

Commit c0a06e6

Browse files
authored
chore(docs): fix policy doc reference (#2947)
### Proposed Changes * ### Checklist - [ ] I have added or updated unit tests - [ ] I have added or updated integration tests (if appropriate) - [ ] I have added or updated documentation ### Testing Instructions
1 parent d323e85 commit c0a06e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service/policy/db/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Migration checklist:
2929

3030
Historically, queries have been written in Go with [squirrel](https://github.com/Masterminds/squirrel).
3131

32-
However, the path going forward is to migrate existing queries and write all new queries directly in SQL (see [./query.sql](./query.sql)),
32+
However, the path going forward is to migrate existing queries and write all new queries directly in SQL (see [./queries](./queries)),
3333
and generate the Go type-safe functions to execute each query with the helpful tool [sqlc](https://github.com/sqlc-dev/sqlc).
3434

35-
To generate the Go code when you've added or updated a SQL query in `query.sql`, [install sqlc](https://docs.sqlc.dev/en/latest/overview/install.html),
35+
To generate the Go code when you've added or updated a SQL query, [install sqlc](https://docs.sqlc.dev/en/latest/overview/install.html),
3636
then run the `generate` command.
3737

3838
From repo root:

0 commit comments

Comments
 (0)