From be1d33d5580207ba31221705dae60e68cbdf139a Mon Sep 17 00:00:00 2001 From: BoldBlackBot <296328274+BoldBlackBot@users.noreply.github.com> Date: Sun, 23 Aug 2026 15:15:28 -0400 Subject: [PATCH] fix: link harness docs at the brand domain Two outbound links pointed at the raw GitHub Pages origin for the harness docs; point them at the brand domain where the docs are served (and canonical). Mirrors the create-dispatch docs setup, whose own site_url already names the brand domain. Co-Authored-By: Enrique Canals <84596+EnriqueCanals@users.noreply.github.com> --- README.md | 2 +- docs/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7acc8ec..97b0c24 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ to use any that [hermes-agent already supports](https://hermes-agent.nousresearc ## What you get -- [hermes-agent](https://hermes-agent.nousresearch.com/docs) running on AWS ECS (EC2 launch type) — a single container instance in an Auto Scaling Group with a persistent EBS data volume — via our [hardened](https://boldblackai.github.io/harness/security/) [harness](https://github.com/boldblackai/harness) Docker image. +- [hermes-agent](https://hermes-agent.nousresearch.com/docs) running on AWS ECS (EC2 launch type) — a single container instance in an Auto Scaling Group with a persistent EBS data volume — via our [hardened](https://harness.boldblack.ai/docs/security/) [harness](https://github.com/boldblackai/harness) Docker image. - GitHub & Slack integration diff --git a/docs/getting-started.md b/docs/getting-started.md index 37d26be..c890697 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -15,7 +15,7 @@ CloudFormation. - **A harness** — the generated repo is a set of skills, opened in [Pi](https://github.com/boldblackai/harness), [Hermes](https://github.com/boldblackai/harness), or [OpenCode](https://github.com/boldblackai/harness) (see - [harness docs](https://boldblackai.github.io/harness/)). + [harness docs](https://harness.boldblack.ai/docs/)). ## 1. Generate the repo