diff --git a/README.md b/README.md index bf66a9b..2b56d66 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Reference CMS plugin for server-side content signing with HTMLTrust. Embeds cryptographic signatures into published content so that browsers and crawlers can verify authorship and integrity. -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). ## What It Does @@ -51,7 +51,7 @@ htmltrust-cms-reference/ - WordPress 5.0+ - PHP 7.0+ -- A running [HTMLTrust trust directory server](https://github.com/ArcadeLabsInc/htmltrust-server-reference) +- A running [HTMLTrust trust directory server](https://github.com/HTMLTrust/htmltrust-server-reference) ### Installation @@ -101,10 +101,10 @@ See `docs/html-protocol.md` for the full specification. | Repository | Description | |---|---| -| [htmltrust-spec](https://github.com/ArcadeLabsInc/htmltrust-spec) | The HTMLTrust specification and paper | -| [htmltrust-server-reference](https://github.com/ArcadeLabsInc/htmltrust-server-reference) | Reference trust directory API server | -| [htmltrust-browser-reference](https://github.com/ArcadeLabsInc/htmltrust-browser-reference) | Reference browser extension for signature validation | -| [htmltrust-website](https://github.com/ArcadeLabsInc/htmltrust-website) | Project website | +| [htmltrust-spec](https://github.com/HTMLTrust/htmltrust-spec) | The HTMLTrust specification and paper | +| [htmltrust-server-reference](https://github.com/HTMLTrust/htmltrust-server-reference) | Reference trust directory API server | +| [htmltrust-browser-reference](https://github.com/HTMLTrust/htmltrust-browser-reference) | Reference browser extension for signature validation | +| [htmltrust-website](https://github.com/HTMLTrust/htmltrust-website) | Project website | ## License diff --git a/docs/html-protocol.md b/docs/html-protocol.md index 79649ef..3cc4f27 100644 --- a/docs/html-protocol.md +++ b/docs/html-protocol.md @@ -4,7 +4,7 @@ This document specifies how content publishers embed cryptographic signatures in ## Overview -Signed content uses the `` custom HTML element, as defined in the [HTMLTrust specification](https://github.com/ArcadeLabsInc/htmltrust-spec). This element wraps or accompanies signed content and carries the cryptographic signature as attributes. +Signed content uses the `` custom HTML element, as defined in the [HTMLTrust specification](https://github.com/HTMLTrust/htmltrust-spec). This element wraps or accompanies signed content and carries the cryptographic signature as attributes. ## The `` Element diff --git a/hugo/README.md b/hugo/README.md index a533978..e6a1823 100644 --- a/hugo/README.md +++ b/hugo/README.md @@ -79,7 +79,7 @@ hugo --minify node scripts/sign-site.mjs --dir public ``` -This requires a running [HTMLTrust trust directory server](https://github.com/ArcadeLabsInc/htmltrust-server-reference) and these environment variables: +This requires a running [HTMLTrust trust directory server](https://github.com/HTMLTrust/htmltrust-server-reference) and these environment variables: ```sh export HTMLTRUST_API_URL=http://localhost:3000