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
2 changes: 1 addition & 1 deletion src/surreal_memory/cli/doctor.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"Checkout version": TIER_DEV,
}

QUICKSTART_URL = "https://nhadaututtheky.github.io/surreal-memory/guides/quickstart/"
QUICKSTART_URL = "https://acidkill.github.io/surreal-memory/guides/quickstart/"


def run_doctor(
Expand Down
2 changes: 1 addition & 1 deletion src/surreal_memory/cli/full_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import typer

QUICKSTART_URL = "https://nhadaututtheky.github.io/surreal-memory/guides/quickstart/"
QUICKSTART_URL = "https://acidkill.github.io/surreal-memory/guides/quickstart/"


# ---------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/surreal_memory/cli/ide_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _get_rules_content() -> str:
return """\
# Surreal-Memory Integration

This project uses [Surreal-Memory](https://github.com/nhadaututtheky/surreal-memory) \
This project uses [Surreal-Memory](https://github.com/acidkill/surreal-memory) \
for persistent AI memory across sessions.

## Session Start (MANDATORY)
Expand Down
Loading