mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
replace reference to "README" with "docs" to avoid confusion for folks who do not have access to README (#866)
This commit is contained in:
parent
37edbd8c18
commit
a3d11e8fef
2 changed files with 3 additions and 3 deletions
|
|
@ -66,7 +66,7 @@ export const Footer: React.FC<FooterProps> = ({
|
|||
</Text>
|
||||
) : (
|
||||
<Text color={Colors.AccentRed}>
|
||||
no sandbox <Text color={Colors.Gray}>(see README)</Text>
|
||||
no sandbox <Text color={Colors.Gray}>(see docs)</Text>
|
||||
</Text>
|
||||
)}
|
||||
</Box>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue