From 75d72d52b72c449d1b563fec285d50efa6da10f1 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Tue, 11 Jun 2019 22:03:14 -0700 Subject: [PATCH] Fix link to coding guidelines in CONTRIBUTING. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ce5f08919..d78962331 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ If you’d like to contribute: It’s important that the pull request merge cleanly with master. -You should have read the [coding guidelines](CodingGuidelines.md) first. If your code doesn’t follow the guidelines, we will likely suggest revising it. +You should have read the [coding guidelines](Technotes/CodingGuidelines.md) first. If your code doesn’t follow the guidelines, we will likely suggest revising it. Patience may be required at times. Brent has a day job, and sometimes everything happens at once. :)