v0.6.18: fix content-scanning doc link slug
DocLoader flattens slugs (the doc lives at /docs/content-scanning,
not /docs/tech/content-scanning — the existing src comments at
monitor.rs:8 and scanning/mod.rs:5 are also wrong about this). The
v0.6.17 download notice linked the nested path and 404'd.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 files changed,
+3 insertions,
-3 deletions
| 3551 |
3551 |
|
|
| 3552 |
3552 |
|
[[package]]
|
| 3553 |
3553 |
|
name = "makenotwork"
|
| 3554 |
|
- |
version = "0.6.17"
|
|
3554 |
+ |
version = "0.6.18"
|
| 3555 |
3555 |
|
dependencies = [
|
| 3556 |
3556 |
|
"anyhow",
|
| 3557 |
3557 |
|
"argon2",
|
| 1 |
1 |
|
[package]
|
| 2 |
2 |
|
name = "makenotwork"
|
| 3 |
|
- |
version = "0.6.17"
|
|
3 |
+ |
version = "0.6.18"
|
| 4 |
4 |
|
edition = "2024"
|
| 5 |
5 |
|
license-file = "LICENSE"
|
| 6 |
6 |
|
|
| 54 |
54 |
|
<div class="download-notice">
|
| 55 |
55 |
|
Software downloads are provided by third-party creators. Every file is
|
| 56 |
56 |
|
run through our
|
| 57 |
|
- |
<a href="/docs/tech/content-scanning">six-layer scanning pipeline</a>
|
|
57 |
+ |
<a href="/docs/content-scanning">six-layer scanning pipeline</a>
|
| 58 |
58 |
|
(content-type, structural, archive, YARA, ClamAV, MalwareBazaar) before
|
| 59 |
59 |
|
it's released, but scanning can't prove a file is safe — use antivirus
|
| 60 |
60 |
|
software and download at your own risk. Report concerns to
|