From f65d32266d40d879bf9039e710cc746630eaf496 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Wed, 8 Apr 2026 09:49:42 -0400 Subject: [PATCH] Fix broken SignPath sponsor logo The external SVG URL on about.signpath.io now 404s. Host the logo locally in docs/ so it won't break again. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- docs/signpath_logo.svg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/signpath_logo.svg diff --git a/README.md b/README.md index d726885..fb0e662 100644 --- a/README.md +++ b/README.md @@ -503,7 +503,7 @@ Rules can be disabled or have their severity overridden via a `.planview.json` c - +
SignPathSignPath Free code signing on Windows provided by SignPath.io, certificate by SignPath Foundation
diff --git a/docs/signpath_logo.svg b/docs/signpath_logo.svg new file mode 100644 index 0000000..673b327 --- /dev/null +++ b/docs/signpath_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file