From 43c0435525671d5350582eb09351722aafe8539e Mon Sep 17 00:00:00 2001 From: luxferre Date: Fri, 1 May 2026 14:51:35 +0100 Subject: [PATCH] fix: final report path Links to files need `pathname:///` prefix in the path. (cherry picked from commit 3d0d12ed2ec57a83d8864d6fee0cedd462cb1179) --- blog/2026-05-01-final-report.md | 2 +- .../FINAL_REPORT_RCBox_ExtendEast-April_2026.pdf | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename static/{blog => }/files/FINAL_REPORT_RCBox_ExtendEast-April_2026.pdf (100%) diff --git a/blog/2026-05-01-final-report.md b/blog/2026-05-01-final-report.md index ae20f04..c46acbb 100644 --- a/blog/2026-05-01-final-report.md +++ b/blog/2026-05-01-final-report.md @@ -29,6 +29,6 @@ Through our collaboration with the regional partner, we successfully tuned the s In summary, this rapid four-month sprint supported a major step forward for the capabilities, security, and relevance of the RCBox project for the Eastern European context and threat model. We are on the cusp of shipping all of this new functionality and documentation as part of a major new release, and deeply appreciate the support from this funding that got us to this point. -[Read the full report](files/FINAL_REPORT_RCBox_ExtendEast-April_2026.pdf) +[Read the full report](pathname:///files/FINAL_REPORT_RCBox_ExtendEast-April_2026.pdf) {/* truncate */} diff --git a/static/blog/files/FINAL_REPORT_RCBox_ExtendEast-April_2026.pdf b/static/files/FINAL_REPORT_RCBox_ExtendEast-April_2026.pdf similarity index 100% rename from static/blog/files/FINAL_REPORT_RCBox_ExtendEast-April_2026.pdf rename to static/files/FINAL_REPORT_RCBox_ExtendEast-April_2026.pdf