From db936c90b52c9f17f434489c83fb15aa46ede27f Mon Sep 17 00:00:00 2001 From: Kunal Chaturvedi <28836416+kun101@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:32:58 +0530 Subject: [PATCH] Fix documentation link in README.md Updated the link to the official documentation for the statusline script. --- examples/statusline/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/statusline/README.md b/examples/statusline/README.md index 923d66d2d..b1f88ef76 100644 --- a/examples/statusline/README.md +++ b/examples/statusline/README.md @@ -3,7 +3,7 @@ This directory contains an example script (`statusline.sh`) that demonstrates how to create a custom, dynamic statusline for the Antigravity CLI. For more details on how to use and configure the statusline script, please refer to the official public documentation: -[https://antigravity.google/docs/cli-statusline](https://antigravity.google/docs/cli-statusline) +[https://antigravity.google/docs/cli/statusline](https://antigravity.google/docs/cli/statusline) ## How it works