diff --git a/Utilities/README.md b/Utilities/README.md index 27a1279..47d6db1 100644 --- a/Utilities/README.md +++ b/Utilities/README.md @@ -11,7 +11,7 @@ A framework for running end-to-end distributed systems experiments on CloudLab, - **Local Machine:** - Ubuntu - Python 3.8+ - - Local clone of `asap-internal` repo (at `$REPO_ROOT`) + - Local clone of `ASAPQuery` repo (at `$REPO_ROOT`) - **CloudLab:** - Active experiment with N nodes diff --git a/docs/01-getting-started/architecture.md b/docs/01-getting-started/architecture.md index 8b79f4d..c0496b5 100644 --- a/docs/01-getting-started/architecture.md +++ b/docs/01-getting-started/architecture.md @@ -248,7 +248,7 @@ graph LR ## Repository Structure ``` -asap-internal/ +ASAPQuery/ ├── QueryEngineRust/ # Rust query processor │ ├── src/ │ │ ├── drivers/ # Ingest, query adapters, servers diff --git a/docs/01-getting-started/local-setup.md b/docs/01-getting-started/local-setup.md index 0976337..1e4e965 100644 --- a/docs/01-getting-started/local-setup.md +++ b/docs/01-getting-started/local-setup.md @@ -12,7 +12,7 @@ Pre-commit hooks ensure code quality before committing. pip3 install pre-commit # Install hooks (run from repo root) -cd /path/to/asap-internal +cd /path/to/ASAPQuery pre-commit install ```