From ef2416a43b5946cfac75233eedf921672113ebfe Mon Sep 17 00:00:00 2001 From: Masatake Iwasaki Date: Tue, 14 Jun 2022 15:58:51 +0900 Subject: [PATCH 1/2] Docs: fix dead link to architecture principles page. (fixes #1477) Signed-off-by: Masatake Iwasaki --- pr_etiquette.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_etiquette.md b/pr_etiquette.md index a117e2b6aac..cb5ef1894e8 100644 --- a/pr_etiquette.md +++ b/pr_etiquette.md @@ -4,7 +4,7 @@ Submitting pull requests in EDC should be done while adhering to a couple of simple rules. -- Familiarize yourself with [coding style](styleguide.md), [architectural patterns](docs/architecture-principles.md) and +- Familiarize yourself with [coding style](styleguide.md), [architectural patterns](docs/architecture/architecture-principles.md) and other contribution guidelines. - No surprise PRs please. Before you submit a PR, open a discussion or an issue outlining your planned work and give people time to comment. It may even be advisable to contact committers using the `@mention` feature. Unsolicited PRs From 7afcc6a0051a75e7f1167caa74bf7820be88f904 Mon Sep 17 00:00:00 2001 From: Masatake Iwasaki Date: Tue, 14 Jun 2022 16:18:09 +0900 Subject: [PATCH 2/2] added a entry to CHANGELOG. Signed-off-by: Masatake Iwasaki --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 441422baf72..236ef7b46c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ in the detailed section referring to by linking pull requests or issues. #### Fixed -* +* Fixed a dead link in contributor documentation (#1477) ## [milestone-4] - 2022-06-07