From 5352a70c6c9d36ff4a8b8bab727e7a73878adcb7 Mon Sep 17 00:00:00 2001 From: Mahdi Azarboon <21277296+azarboon@users.noreply.github.com> Date: Fri, 25 Oct 2024 01:02:28 +0800 Subject: [PATCH] Update index.md Added the link to MADR so readers have it easier to navigate. In my previous edits, I removed the link so hereby, I'm refining it. --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index fd4965a..ebc4827 100644 --- a/index.md +++ b/index.md @@ -27,7 +27,7 @@ The repository for the Website of the ADR organization is [https://github.com/ad ## Suggested ADR Templates -We recommend that you adapt Markdown Architecture Decision Records (MADR) templates. You can use MADR without installing any software, as the template can be populated in any text editor. However, there is [a VS Code extension](https://marketplace.visualstudio.com/items?itemName=StevenChen.vscode-adr-manager) that can assist you, among other tools. You can read more about MADR [here](https://www.ozimmer.ch/practices/2022/11/22/MADRTemplatePrimer.html). Currently, we have four variants of MADR templates, which you can find and use [here](https://github.com/adr/madr/tree/develop/template). Each variant can accommodate different types of details. +We recommend that you adapt [Markdown Architecture Decision Records (MADR) templates](https://adr.github.io/madr/). You can use MADR without installing any software, as the template can be populated in any text editor. However, there is [a VS Code extension](https://marketplace.visualstudio.com/items?itemName=StevenChen.vscode-adr-manager) that can assist you, among other tools. You can read more about MADR [here](https://www.ozimmer.ch/practices/2022/11/22/MADRTemplatePrimer.html). Currently, we have four variants of MADR templates, which you can find and use [here](https://github.com/adr/madr/tree/develop/template). Each variant can accommodate different types of details. ## Relation of ADRs, MADR, and Others