Skip to content

Commit fad8034

Browse files
authored
Merge pull request #51 from redis/fix/fix-docs-link
Fix/fix docs link
2 parents 927c149 + 90e7530 commit fad8034

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

agent-memory-client/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,5 +339,4 @@ Contributions are welcome! Please see the [main repository](https://github.com/r
339339
## Links
340340

341341
- [Agent Memory Server](https://github.com/redis-developer/agent-memory-server) - The server this client connects to
342-
- [Documentation](https://agent-memory-client.readthedocs.io) - Full API documentation
343-
- [Issues](https://github.com/redis-developer/agent-memory-client/issues) - Bug reports and feature requests
342+
- [Issues](https://github.com/redis-developer/agent-memory-server/issues) - Bug reports and feature requests

agent-memory-client/agent_memory_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
memory management capabilities for AI agents and applications.
66
"""
77

8-
__version__ = "0.11.0"
8+
__version__ = "0.11.1"
99

1010
from .client import MemoryAPIClient, MemoryClientConfig, create_memory_client
1111
from .exceptions import (

0 commit comments

Comments
 (0)