From e96997037b5600ff6c0d565461fb1f4d24182d7b Mon Sep 17 00:00:00 2001 From: Britta Gustafson Date: Wed, 14 Aug 2024 11:14:39 -0700 Subject: [PATCH] Fix links to sample customer diagram PDFs (#2534) * Remove broken PDF links from diagrams page Signed-off-by: Britta Gustafson * Add back PDF links Signed-off-by: Britta Gustafson --------- Signed-off-by: Britta Gustafson --- _docs/compliance/diagrams.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/compliance/diagrams.md b/_docs/compliance/diagrams.md index 435cff489..aaed91348 100644 --- a/_docs/compliance/diagrams.md +++ b/_docs/compliance/diagrams.md @@ -11,8 +11,8 @@ These diagrams can help you build a System Security Plan for an application, or You can use these realistic sample diagrams as inspiration for your own diagrams for your customer system. -* [Example #1 PDF]({{ site.baseurl }}/assets/images/content/example-diagram-1.pdf) ([SVG]({{ site.baseurl }}/assets/images/content/example-diagram-1.svg)) - A frontend website application and a backend API application, connected to a database. -* [Example #2 PDF]({{ site.baseurl }}/assets/images/content/example-diagram-2.pdf) ([SVG]({{ site.baseurl }}/assets/images/content/example-diagram-2.svg)) - An application connected to a database and a Redis queue, with authentication, and with a connection to an external email service (not provided by cloud.gov). +* [Example #1 PDF]({{ site.baseurl }}/assets/documents/example-diagram-1.pdf) ([SVG]({{ site.baseurl }}/assets/images/content/example-diagram-1.svg)) - A frontend website application and a backend API application, connected to a database. +* [Example #2 PDF]({{ site.baseurl }}/assets/documents/example-diagram-2.pdf) ([SVG]({{ site.baseurl }}/assets/images/content/example-diagram-2.svg)) - An application connected to a database and a Redis queue, with authentication, and with a connection to an external email service (not provided by cloud.gov). ## Customer systems