From eab0f4f2a3fd157ef473f7d42a9ffd1c1b9300e8 Mon Sep 17 00:00:00 2001 From: Jason Grey Date: Wed, 13 May 2026 17:01:32 -0500 Subject: [PATCH] chore: rename ArcadeLabsInc references to HTMLTrust Project's GitHub organization is github.com/HTMLTrust (per git remotes). README and openapi.yaml still referenced the old org name. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 12 ++++++------ openapi.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2e918b2..1018c9d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Reference implementation of the HTMLTrust trust directory API — a server that manages author identities, cryptographic key pairs, content signing/verification, and a federated trust directory with reputation tracking. -This is a companion to the [HTMLTrust specification](https://github.com/ArcadeLabsInc/htmltrust-spec). +This is a companion to the [HTMLTrust specification](https://github.com/HTMLTrust/htmltrust-spec). ## Personality: the "permissive community directory" @@ -42,7 +42,7 @@ This server implements the **Trust Directory** component of the HTMLTrust system ### Setup ```sh -git clone https://github.com/ArcadeLabsInc/htmltrust-server-reference.git +git clone https://github.com/HTMLTrust/htmltrust-server-reference.git cd htmltrust-server-reference cp .env.example .env # Edit with your values npm install @@ -134,10 +134,10 @@ src/ | Repository | Description | |---|---| -| [htmltrust-spec](https://github.com/ArcadeLabsInc/htmltrust-spec) | The HTMLTrust specification and paper | -| [htmltrust-browser-reference](https://github.com/ArcadeLabsInc/htmltrust-browser-reference) | Reference browser extension for signature validation | -| [htmltrust-cms-reference](https://github.com/ArcadeLabsInc/htmltrust-cms-reference) | Reference CMS plugin (WordPress) | -| [htmltrust-website](https://github.com/ArcadeLabsInc/htmltrust-website) | Project website | +| [htmltrust-spec](https://github.com/HTMLTrust/htmltrust-spec) | The HTMLTrust specification and paper | +| [htmltrust-browser-reference](https://github.com/HTMLTrust/htmltrust-browser-reference) | Reference browser extension for signature validation | +| [htmltrust-cms-reference](https://github.com/HTMLTrust/htmltrust-cms-reference) | Reference CMS plugin (WordPress) | +| [htmltrust-website](https://github.com/HTMLTrust/htmltrust-website) | Project website | ## License diff --git a/openapi.yaml b/openapi.yaml index 53850fe..120001b 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -8,7 +8,7 @@ info: version: 1.0.0 contact: name: HTMLTrust - url: https://github.com/ArcadeLabsInc/htmltrust-server-reference + url: https://github.com/HTMLTrust/htmltrust-server-reference email: jason@jason-grey.com servers: