Skip to content

Commit 08bc4e3

Browse files
authored
Update overview.md (#130)
1 parent 212732e commit 08bc4e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,9 @@ This also works with joins to derive collections from multiple source collection
263263

264264
#### base Collection
265265

266-
There is a base `Collection` class in [`../packages/db/src/collection.ts`](../packages/db/src/collection.ts). You can use this directly or as a base class for implementing your own collection types.
266+
There is a base `Collection` class in [`../packages/db/src/collection.ts`](https://github.com/TanStack/db/blob/main/packages/db/src/collection.ts). You can use this directly or as a base class for implementing your own collection types.
267267

268-
See the existing implementations in [`../packages/db-collections`](../packages/db-collections) for reference.
268+
See the existing implementations in [`../packages/db-collections`](https://github.com/TanStack/db/blob/main/packages/db-collections) for reference.
269269

270270
### Live queries
271271

@@ -335,7 +335,7 @@ Note also that:
335335
1. the query results [are themselves a collection](#derived-collections)
336336
2. the `useLiveQuery` automatically starts and stops live query subscriptions when you mount and unmount your components; if you're creating queries manually, you need to manually manage the subscription lifecycle yourself
337337

338-
See the [query-builder tests](../packages/db/tests/query/query-builder) for many more usage examples.
338+
See the [query-builder tests](https://github.com/TanStack/db/blob/main/packages/db/tests/query/query-builder) for many more usage examples.
339339

340340
### Transactional mutators
341341

0 commit comments

Comments
 (0)