Skip to content

Commit 4d32d0a

Browse files
authored
Fix link (#41)
1 parent 6e96152 commit 4d32d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ data = await store.get_range_async(path, start=0, end=1000)
8181

8282
### File Handlers
8383

84-
The file handlers provide file-like interfaces (read, seek, tell) for reading from object stores. They work with **any** [`ReadableStore`][obspec_utils.readers.ReadableStore] implementation:
84+
The file handlers provide file-like interfaces (read, seek, tell) for reading from object stores. They work with **any** [`ReadableStore`][obspec_utils.protocols.ReadableStore] implementation:
8585

8686
```python
8787
from obspec_utils.readers import BufferedStoreReader, EagerStoreReader, ParallelStoreReader

0 commit comments

Comments
 (0)