Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/html-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This document specifies how content publishers embed cryptographic signatures in

## Overview

Signed content uses the `<signed-section>` 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 `<signed-section>` 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 `<signed-section>` Element

Expand Down
2 changes: 1 addition & 1 deletion hugo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading