From d3eb3f8bd7faca752b2f6c164f4b25a0332fbdb1 Mon Sep 17 00:00:00 2001 From: tsnobster Date: Sun, 22 Sep 2024 17:07:03 +0200 Subject: [PATCH] docs: fix broken link to design document template --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 74a8d32f8c..39bc197646 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ Wormhole is a mission-critical, high-stakes project. We optimize for quality ove and code reviews are our most important tools to accomplish that. - All new features must first be discussed in a GitHub issue before starting to implement them. For - complex features, it can be useful to submit a [formal design document](design/template.md). + complex features, it can be useful to submit a [formal design document](whitepapers/template.md). - Development happens on a long-lived development branch (`main` and `dev.v1`). Every change going into a development branch is reviewed individually (see below). Release branches may be used