From 1372192ef2e97e542329753c3d8bd0192441fff0 Mon Sep 17 00:00:00 2001 From: Milind Srivastava Date: Mon, 2 Mar 2026 19:14:58 -0500 Subject: [PATCH] Removed old repo names in some places --- Utilities/README.md | 2 +- docs/01-getting-started/architecture.md | 2 +- docs/01-getting-started/local-setup.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 ```