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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ compatibility (see [RELEASING.md](RELEASING.md)).

### Fixed

- **The "Try disarm in your browser" link pointed at a host that no longer resolves (#696).**
The demo moved to `https://disarm.dev/tools/` and the link did not follow it.

`disarm-web.pages.dev` fails at DNS, so this was a hard error rather than a redirect a
browser would follow. It sat on the two most-read pages in the project — `README.md`,
Comment thread
raeq marked this conversation as resolved.
which is the crates.io and PyPI landing copy, and `docs/index.md`, the docs.disarm.dev
homepage — as the first call to action under `## Demo`, above the whole "Why disarm"
case. A reader evaluating the library clicked it before reading anything else.

`mkdocs build --strict` cannot catch this. It validates internal links, not external
hosts, and no other job checks them either, which is how a dead link survived in the
two files most readers see first.

- **The build banner sat above every page, named a stale version, and nothing linked the
canonical site (#692).** Three problems with one footprint.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Unicode canonicalization and TR39 *visual* confusable analysis — building bloc

## Demo

**[Try disarm in your browser](https://disarm-web.pages.dev/)**
**[Try disarm in your browser](https://disarm.dev/tools/)**

## Why disarm

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Unicode canonicalization and TR39 *visual* confusable analysis — building bloc

## Demo

**[Try disarm in your browser](https://disarm-web.pages.dev/)**
**[Try disarm in your browser](https://disarm.dev/tools/)**

## Why disarm

Expand Down
Loading