From b4b2314321a835489426d4e7b05f309542de0780 Mon Sep 17 00:00:00 2001 From: Yongkun Gui Date: Wed, 10 Jun 2026 16:39:43 +0000 Subject: [PATCH] Update references from aojea/sam to google/sam --- docs/_sidebar.md | 2 +- docs/quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index e4fcd03..8d41ff7 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -3,4 +3,4 @@ - [Agent Integration](#/agent_integration.md) - [CLI Reference](#/cli/reference.md) - [Testing](#/testing.md) -- [License](https://github.com/aojea/sam/blob/main/LICENSE) +- [License](https://github.com/google/sam/blob/main/LICENSE) diff --git a/docs/quickstart.md b/docs/quickstart.md index f9aafc3..0be0047 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -9,7 +9,7 @@ ## Build ```bash -git clone https://github.com/aojea/sam.git +git clone https://github.com/google/sam.git cd sam make build ```