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:
Kevin Anderson 2026-06-19 08:06:23 -04:00 committed by Teknium
parent defeda8c55
commit b337afdf6e

View file

@ -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")