diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 2cfb46a..6be3e6f 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -33,7 +33,7 @@ jobs: restore-keys: cache-lychee- - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v2.8.0 + uses: lycheeverse/lychee-action@v2.9.0 with: fail: true args: --max-concurrency 1 --cache --no-progress --exclude-all-private './**/*.md' diff --git a/.lycheeignore b/.lycheeignore new file mode 100644 index 0000000..c42ea76 --- /dev/null +++ b/.lycheeignore @@ -0,0 +1,5 @@ +# On 2026-08-22, medium always replied with 403. +https://medium.com + +# On 2026-08-22, ACM blocked the request with 403. +https://www.acm.org/code-of-ethics diff --git a/index.md b/index.md index acbc844..c3f29c5 100644 --- a/index.md +++ b/index.md @@ -39,7 +39,7 @@ More general background information and ADR guidance is available: - [Architectural Decisions — The Making Of](https://www.ozimmer.ch/practices/2020/04/27/ArchitectureDecisionMaking.html) provides a history on architecture decision recording since the late 1990, as well as examples and guidance for providing decision rationale. - [Documenting Architecture Decisions](https://cognitect.com/blog/2011/11/15/documenting-architecture-decisions.html) is the blog post from 2011 by Michael Nygard that popularized the concept. - [Architectural Decision Records (ADR): Open & Transparent Decision History](https://openpracticelibrary.com/practice/architectural-decision-records-adr/) is a practice in the Open Practice Library. -- An AWS Prescriptive Guidance recommends [using architectural decision records to streamline technical decision-making for a software development project](https://docs.aws.amazon.com/prescriptive-guidance/latest/architectural-decision-records/welcome.html). +- An AWS Prescriptive Guidance recommends [using architectural decision records to streamline technical decision-making for a software development project](https://docs.aws.amazon.com/prescriptive-guidance/latest/architectural-decision-records/introduction.html). - [Architecture Decision Records in Action by Michael Keeling (IBM Watson Group) and Joe Runde (IBM) [YouTube]](https://www.youtube.com/watch?v=41NVge3_cYo) is a presentation that includes empirical numbers. - [ADRs and Architecture Stories](https://www.developertoarchitect.com/lessons/lesson168.html) is part of a video series by Mark Richards explaining ADRs, starting from Nygard's template.