Skip to content

Commit 00d19e6

Browse files
authored
fix: update CodebaseIndexer path (#1870)
1 parent 59f54e9 commit 00d19e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/indexing/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The indexing process does the following:
1818

1919
## Existing `CodebaseIndex`es
2020

21-
All indexes must be returned by `getIndexesToBuild` in [`indexCodebase.ts`](./indexCodebase.ts) if they are to be used.
21+
All indexes must be returned by `getIndexesToBuild` in [`CodebaseIndexer.ts`](./CodebaseIndexer.ts) if they are to be used.
2222

2323
`CodeSnippetsCodebaseIndex`: uses tree-sitter queries to get a list of functions, classes, and other top-level code objects in each file
2424
`FullTextSearchCodebaseIndex`: creates a full-text search index using SQLite FTS5

0 commit comments

Comments
 (0)