diff options
Diffstat (limited to 'packages/cli/src/ui/components')
| -rw-r--r-- | packages/cli/src/ui/components/Footer.tsx | 2 | ||||
| -rw-r--r-- | packages/cli/src/ui/components/Tips.tsx | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/packages/cli/src/ui/components/Footer.tsx b/packages/cli/src/ui/components/Footer.tsx index 779eefcd..e43e9e5e 100644 --- a/packages/cli/src/ui/components/Footer.tsx +++ b/packages/cli/src/ui/components/Footer.tsx @@ -74,7 +74,7 @@ export const Footer: React.FC<FooterProps> = ({ </Text> ) : ( <Text color={Colors.AccentRed}> - no sandbox <Text color={Colors.Gray}>(see docs)</Text> + no sandbox <Text color={Colors.Gray}>(see /docs)</Text> </Text> )} </Box> 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> ); |
