Skip to content

docs(nooa_memory): fixed broken tests/memory/ link in README - #64

Merged
alessiodevoto merged 1 commit into
NVIDIA-NeMo:mainfrom
shivaperumalsamy:fix/nooa-memory-readme-tests-link
Jul 31, 2026
Merged

docs(nooa_memory): fixed broken tests/memory/ link in README#64
alessiodevoto merged 1 commit into
NVIDIA-NeMo:mainfrom
shivaperumalsamy:fix/nooa-memory-readme-tests-link

Conversation

@shivaperumalsamy

Copy link
Copy Markdown
Contributor

Summary

packages/nooa-memory/src/nooa_memory/README.md linked to tests/memory/
with one extra ../, so the link resolved to a nonexistent top-level
tests/memory/ instead of the actual packages/nooa-memory/tests/memory/.

What does this PR do?

Fixes the relative path so the link resolves correctly from the file's
location (packages/nooa-memory/src/nooa_memory/).

What changed

  • packages/nooa-memory/src/nooa_memory/README.md: ../../../tests/memory/../../tests/memory/

Related issues

None — found by reading through the README and checking that its links resolve.

…nk had one extra ../, resolving to a nonexistent top-level

tests/memory/ instead of packages/nooa-memory/tests/memory/
@alessiodevoto

Copy link
Copy Markdown
Collaborator

Hi @shivaperumalsamy thanks for catching this!

@alessiodevoto
alessiodevoto merged commit 72b243c into NVIDIA-NeMo:main Jul 31, 2026
5 checks passed
Hotragn added a commit to Hotragn/labs-OO-Agents that referenced this pull request Aug 6, 2026
This README sits at packages/nooa-memory/src/nooa_memory/, so reaching the repo
root takes four levels, not three. `../../../examples/quickstart/12_memory.py`
resolves to `packages/examples/quickstart/12_memory.py`, which does not exist, so
the link 404s on GitHub.

Verified from the file's own directory:

    ../../../examples/quickstart/12_memory.py     -> packages/examples/...  missing
    ../../../../examples/quickstart/12_memory.py  -> examples/...           exists

Same class as NVIDIA-NeMo#64, which fixed the tests/memory/ link in this file.

The remaining `examples/memory_bench/` references in this README are a separate
problem: that directory is absent at every depth, so no path adjustment fixes
them. Reported separately rather than guessed at here.

Signed-off-by: hotragn <hotragn.pettugani_2024@woxsen.edu.in>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants