summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components/Tips.tsx
diff options
context:
space:
mode:
authorN. Taylor Mullen <[email protected]>2025-06-22 16:54:10 +0100
committerGitHub <[email protected]>2025-06-22 15:54:10 +0000
commitcb76b08e31630d41c006323e8de211d7f14aaebd (patch)
treed44fc99d2157c4dde0e1d1e88c09d0d5653c7814 /packages/cli/src/ui/components/Tips.tsx
parent4cfab0a8931decca8c953de1e5715e40ee31ee9a (diff)
feat: Add /docs command and update UI (#1297)
Diffstat (limited to 'packages/cli/src/ui/components/Tips.tsx')
-rw-r--r--packages/cli/src/ui/components/Tips.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/cli/src/ui/components/Tips.tsx b/packages/cli/src/ui/components/Tips.tsx
index 5d73bff1..fc10acaf 100644
--- a/packages/cli/src/ui/components/Tips.tsx
+++ b/packages/cli/src/ui/components/Tips.tsx
@@ -38,8 +38,7 @@ export const Tips: React.FC<TipsProps> = ({ config }) => {
<Text bold color={Colors.AccentPurple}>
/help
</Text>{' '}
- for more information. Full documentation can be found at
- https://github.com/google-gemini/gemini-cli/blob/main/docs/index.md.
+ for more information.
</Text>
</Box>
);