From dfda5a108700acfbd4f06535d29b7eba036b83c6 Mon Sep 17 00:00:00 2001 From: Ed Davey Date: Tue, 5 Nov 2024 10:03:49 +0000 Subject: [PATCH] Link to ADRs from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b75ff7f8..710ce57b 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ e.g. ## Architecture decision records We use ADRs to document architectural decisions that we make. They can be found -in doc/architecture/decisions and contributed to with the +in [doc/architecture/decisions](./doc/architecture/decisions/) and contributed to with the [adr-tools](https://github.com/npryce/adr-tools). ## Managing environment variables