Skip to content

Commit 766b4a9

Browse files
authored
Merge pull request #6 from vicmattos/patch-1
docs: fix reference link to michael nygard template
2 parents 9ced498 + 4c605a4 commit 766b4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This Python script is designed to help software development teams document their architecture decisions using Architecture Decision Records (ADRs).
66
ADRs are a lightweight and effective way to capture important decisions made during the design and development of a software system, and to keep track of their rationale and implications over time.
77

8-
The script creates ADR files in a predefined format, following the principles of **[Michael Nygard's ADR template](https://github.com/joelparkerhenderson/architecture-decision-record/blob/main/templates/decision-record-template-by-michael-nygard/index.md)**.
8+
The script creates ADR files in a predefined format, following the principles of **[Michael Nygard's ADR template](https://github.com/joelparkerhenderson/architecture-decision-record/tree/main/locales/en/templates/decision-record-template-by-michael-nygard)**.
99
Each ADR file is a Markdown document with a unique name that includes a sequential number and a title, which is automatically generated based on the information provided by the user.
1010

1111
## Prerequisites

0 commit comments

Comments
 (0)