docs(cli): fix broken terminal-backend guide link in setup wizard
The terminal backend onboarding step pointed at /docs/developer-guide/environments, which no longer exists. Point it at the live docs page /docs/user-guide/configuration#terminal-backend-configuration. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
defeda8c55
commit
b337afdf6e
1 changed files with 1 additions and 1 deletions
|
|
@ -1137,7 +1137,7 @@ def setup_terminal_backend(config: dict):
|
|||
print_header("Terminal Backend")
|
||||
print_info("Choose where Hermes runs shell commands and code.")
|
||||
print_info("This affects tool execution, file access, and isolation.")
|
||||
print_info(f" Guide: {_DOCS_BASE}/developer-guide/environments")
|
||||
print_info(f" Guide: {_DOCS_BASE}/user-guide/configuration#terminal-backend-configuration")
|
||||
print()
|
||||
|
||||
current_backend = cfg_get(config, "terminal", "backend", default="local")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue