From a8eaa3e3916a518f9b7ba4640ea64aadad1d75d8 Mon Sep 17 00:00:00 2001 From: Andrei Rybak Date: Sat, 14 Jan 2023 16:30:45 +0100 Subject: [PATCH] CONTRIBUTING.md: link to CODINGSTYLE.md File `CodingStyle` was renamed to `CodingStyle.md` in 0ceb7e01d (Convert CodingStyle file to Markdown notations, 2018-04-14) and then to `CODINGSTYLE.md` in 4ef1e9cb2 (documentation: coding style., 2019-12-25). However, a link to the file in `CONTRIBUTING.md` wasn't updated. Fix the dead link to the coding style guidelines in `CONTRIBUTING.md`. Signed-off-by: Andrei Rybak --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b6b98cbe..bd5a5d5d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,5 +95,5 @@ In order to make reviews simpler and have contributions merged faster in the cod [7]: https://www.kernel.org/pub/software/scm/git/docs/user-manual.html [8]: https://gerrit-review.googlesource.com/Documentation/user-signedoffby.html [9]: https://subsurface-divelog.org/wp-content/uploads/2011/10/Screenshot-gitk-subsurface-1.png "Example with gitk" -[10]: https://github.com/Subsurface/subsurface/blob/master/CodingStyle +[10]: https://github.com/Subsurface/subsurface/blob/master/CODINGSTYLE.md [11]: https://en.wikipedia.org/wiki/Imperative_mood