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 ```