From 5424e8943f0f38b80baf048782f61993a6ac2d36 Mon Sep 17 00:00:00 2001 From: Yash sharma Date: Tue, 26 Mar 2024 01:09:40 +0530 Subject: [PATCH] doc(dev): updated DEVELOPERS.md (#429) * updated DEVELOPERS.md Signed-off-by: wasup-yash * Update DEVELOPERS.md Signed-off-by: Matt Roberts <7544022+mttrbrts@users.noreply.github.com> --------- Signed-off-by: wasup-yash Signed-off-by: Matt Roberts <7544022+mttrbrts@users.noreply.github.com> Co-authored-by: Matt Roberts <7544022+mttrbrts@users.noreply.github.com> --- DEVELOPERS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DEVELOPERS.md b/DEVELOPERS.md index 329fcba..323a466 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -1,7 +1,7 @@ # Cicero Development Guide ## ❗ Accord Project Development Guide ❗ -We'd love for you to help develop improvements to Cicero technology! Please refer to the [Accord Project Development guidelines][apdev] we'd like you to follow. +We'd love for you to help develop improvements to Accord Project technology! Please refer to these Accord Project Development guidelines we'd like you to follow. ## Installation @@ -31,5 +31,4 @@ npm run build:api ## Commits When commiting your changes, it is required you adhere to the [commit message conventions]. This is important because the release notes are automatically generated from these messages. -[apdev]: https://github.com/accordproject/techdocs/blob/master/DEVELOPERS.md [commit message conventions]: https://www.conventionalcommits.org/en/v1.0.0/