diff --git a/hermes_cli/setup.py b/hermes_cli/setup.py index ef5f0969f..935cb5da5 100644 --- a/hermes_cli/setup.py +++ b/hermes_cli/setup.py @@ -2155,7 +2155,7 @@ def setup_gateway(config: dict): ) print() print_info( - " Full guide: https://hermes-agent.ai/docs/user-guide/messaging/slack" + " Full guide: https://hermes-agent.nousresearch.com/docs/user-guide/messaging/slack/" ) print() bot_token = prompt("Slack Bot Token (xoxb-...)", password=True)