From 1ac538047e139c1965548b0bef287e7895580d29 Mon Sep 17 00:00:00 2001
From: Julia Lindpaintner
<42982184+juliaklindpaintner@users.noreply.github.com>
Date: Mon, 15 Apr 2024 15:49:50 -0500
Subject: [PATCH 1/4] Update link
Current link results in 404; updating to the new location of this page on gsa.gov
---
content/methods/fundamentals/privacy.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/methods/fundamentals/privacy.md b/content/methods/fundamentals/privacy.md
index 1b09853b..4d2dfdc6 100644
--- a/content/methods/fundamentals/privacy.md
+++ b/content/methods/fundamentals/privacy.md
@@ -41,5 +41,5 @@ The government’s use of information about people is subject to a number of law
Conduct a Privacy Threshold Analysis in collaboration your agency’s privacy office whenever a design calls for the creation of a new data store (for example, a database).
-Ensure all collections of personally identifiable information (PII) are accompanied by a Privacy Act Notice. See, for example, GSA’s Privacy Act Notice for Design Research.
+Ensure all collections of personally identifiable information (PII) are accompanied by a Privacy Act Notice. See, for example, GSA’s Privacy Act Notice for Design Research.
From 3c33b0786aa5f1b74ddfedea854124d546300e7b Mon Sep 17 00:00:00 2001
From: Julia Lindpaintner
<42982184+juliaklindpaintner@users.noreply.github.com>
Date: Mon, 15 Apr 2024 16:24:01 -0500
Subject: [PATCH 2/4] Update architecture-reviews.md
Update two links, remove one
---
content/engineering/our-approach/architecture-reviews.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/content/engineering/our-approach/architecture-reviews.md b/content/engineering/our-approach/architecture-reviews.md
index 5a9c1f5b..0d212ed7 100644
--- a/content/engineering/our-approach/architecture-reviews.md
+++ b/content/engineering/our-approach/architecture-reviews.md
@@ -173,9 +173,8 @@ We’ve now seen some of the implications of following a core philosophy through
This document is the distillation of an architecture discussion between Alan deLevie, Jacob Harris, Brian Hedberg, CM Lubinski, Atul Varma, and Jessie Young. Many thanks also to Kane Baccigalupi for early technical leadership on the project. [See more information about the Micropurchase project](https://micropurchase.18f.gov/), their GitHub [repository](https://github.com/18F/micropurchase), and thoughts around [limiting technical debt](https://github.com/18F/micropurchase/blob/8c536e3064fa6bcc9c1c4d6131b9db51a8e456cb/docs/technical_debt.md).
## Documenting key decisions
-Some 18F projects have found success using [Architecture Decision Records](https://adr.github.io/) to capture key decisions and the context to which they were made, with the goal of allowing future project developers to know if a decision should be revisited or not. The decision records are typically stored in the repository alongside the code, using [this template](https://github.com/joelparkerhenderson/architecture-decision-record/blob/main/templates/decision-record-template-by-michael-nygard/index.md). For example:
+Some 18F projects have found success using [Architecture Decision Records](https://adr.github.io/) to capture key decisions and the context to which they were made, with the goal of allowing future project developers to know if a decision should be revisited or not. The decision records are typically stored in the repository alongside the code, using [this template](https://github.com/joelparkerhenderson/architecture-decision-record/tree/main/locales/en/templates/decision-record-template-by-michael-nygard). For example:
-- [18F/piipan](https://github.com/18F/piipan/tree/main/docs/adr)
- [HHS/Head-Start-TTADP](https://github.com/HHS/Head-Start-TTADP/tree/main/docs/adr)
-- [HHS/TANF-app](https://github.com/HHS/TANF-app/tree/main/docs/Architecture%20Decision%20Record)
+- [HHS/TANF-app](https://github.com/HHS/TANF-app/tree/main/docs/Technical-Documentation/Architecture-Decision-Record)
- [transcom/mymove](https://github.com/transcom/mymove/tree/master/docs/adr)
From 13d989d916a0fe5f1282ef2a5528b3912a3622aa Mon Sep 17 00:00:00 2001
From: Julia Lindpaintner
<42982184+juliaklindpaintner@users.noreply.github.com>
Date: Tue, 16 Apr 2024 16:32:17 -0500
Subject: [PATCH 3/4] Fix link
---
content/methods/fundamentals/privacy.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/methods/fundamentals/privacy.md b/content/methods/fundamentals/privacy.md
index 4d2dfdc6..e4c81a6e 100644
--- a/content/methods/fundamentals/privacy.md
+++ b/content/methods/fundamentals/privacy.md
@@ -41,5 +41,5 @@ The government’s use of information about people is subject to a number of law
Conduct a Privacy Threshold Analysis in collaboration your agency’s privacy office whenever a design calls for the creation of a new data store (for example, a database).
-Ensure all collections of personally identifiable information (PII) are accompanied by a Privacy Act Notice. See, for example, GSA’s Privacy Act Notice for Design Research.
+Ensure all collections of personally identifiable information (PII) are accompanied by a Privacy Act Notice. See, for example, GSA’s Privacy Act Notice for Design Research.
From 3cf41f421e5d07deaa914f0cff38c9fe37a478ee Mon Sep 17 00:00:00 2001
From: Julia Lindpaintner
<42982184+juliaklindpaintner@users.noreply.github.com>
Date: Tue, 16 Apr 2024 17:02:25 -0500
Subject: [PATCH 4/4] Fix last broken link on ADRs list
---
content/engineering/our-approach/architecture-reviews.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/engineering/our-approach/architecture-reviews.md b/content/engineering/our-approach/architecture-reviews.md
index 0d212ed7..40216df2 100644
--- a/content/engineering/our-approach/architecture-reviews.md
+++ b/content/engineering/our-approach/architecture-reviews.md
@@ -177,4 +177,4 @@ Some 18F projects have found success using [Architecture Decision Records](https
- [HHS/Head-Start-TTADP](https://github.com/HHS/Head-Start-TTADP/tree/main/docs/adr)
- [HHS/TANF-app](https://github.com/HHS/TANF-app/tree/main/docs/Technical-Documentation/Architecture-Decision-Record)
-- [transcom/mymove](https://github.com/transcom/mymove/tree/master/docs/adr)
+- [transcom/mymove](https://transcom.github.io/mymove-docs/docs/adrs/)