From d7301fcb223a7e7c0b54b83fbcad1db6c22954c2 Mon Sep 17 00:00:00 2001 From: Peisong Xiao Date: Tue, 21 Oct 2025 14:36:37 -0400 Subject: [PATCH] fixed link issues with README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1343e9..f9ba430 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ Run `go run ./backend/main.go`, which will start a backend instance at Note that if `mind.db` doesn't exist in the working directory, it will be created and be initialized by the code in -[`backend/db/migrations`](backend/db/migrations). +[`backend/internal/db/migrations`](backend/internal/db/migrations). ### DB-related All db-related operations (e.g. queries) are under -[`backend/db`](backend/db). +[`backend/internal/db`](backend/internal/db). ## Running tests To run tests, we provide a simple CLI-based frontend client at