From df18a2c3b63f5359810851bb5af295a8074b477e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 23:48:19 +0000 Subject: [PATCH] docs: Update insecure HTTP link to HTTPS in ADR-009 Replace http:// with https:// for Growing Object-Oriented Software reference to ensure secure access and follow modern documentation best practices. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/adrs/adr-009-unified-path-resolution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adrs/adr-009-unified-path-resolution.md b/docs/adrs/adr-009-unified-path-resolution.md index cab6079..45eacdc 100644 --- a/docs/adrs/adr-009-unified-path-resolution.md +++ b/docs/adrs/adr-009-unified-path-resolution.md @@ -413,7 +413,7 @@ Convert Bash commands to Python: - [Martin Fowler - Dependency Injection](https://martinfowler.com/articles/injection.html) - [Python pathlib documentation](https://docs.python.org/3/library/pathlib.html) -- [Test Double - Growing Object-Oriented Software](http://www.growing-object-oriented-software.com/) +- [Test Double - Growing Object-Oriented Software](https://www.growing-object-oriented-software.com/) ## Approval