Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ A Python package providing two implementations of a time-based storage system fo

Comprehensive documentation is available to help you get the most out of this library:

- [**Architecture Guide**](time_based_storage/docs/architecture.md) - Design principles, implementation details, and performance considerations
- [**Code Examples**](time_based_storage/docs/examples.py) - Practical usage examples and patterns
- [**Concurrent Use Cases**](time_based_storage/docs/concurrent_use_cases.md) - Real-world scenarios for concurrent access
- [**Architecture Guide**](docs/architecture.md) - Design principles, implementation details, and performance considerations
- [**Code Examples**](docs/examples.py) - Practical usage examples and patterns
- [**Concurrent Use Cases**](docs/concurrent_use_cases.md) - Real-world scenarios for concurrent access

The rest of this README provides an overview of installation, basic usage, and API reference.

Expand Down Expand Up @@ -167,9 +167,9 @@ This library is well-suited for:

For more detailed information about using this library in various scenarios, see:

- [**Architecture Guide**](time_based_storage/docs/architecture.md) - Learn about the design principles and implementation details
- [**Code Examples**](time_based_storage/docs/examples.py) - See practical examples of how to use the library
- [**Concurrent Use Cases**](time_based_storage/docs/concurrent_use_cases.md) - Explore real-world concurrent access scenarios
- [**Architecture Guide**](docs/architecture.md) - Learn about the design principles and implementation details
- [**Code Examples**](docs/examples.py) - See practical examples of how to use the library
- [**Concurrent Use Cases**](docs/concurrent_use_cases.md) - Explore real-world concurrent access scenarios

## Testing

Expand Down
File renamed without changes.
File renamed without changes.