From ae8c5009da081e47b0383bab2944df74f888ef69 Mon Sep 17 00:00:00 2001 From: Clinton Curry Date: Mon, 15 Mar 2021 15:25:07 -0700 Subject: [PATCH] Fix doc links. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c7669f3..7ec216c 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,6 @@ Please consider the following when submitting contributions: - Observe the [Design Requirements]. - Update the [Design Documentation] whenever designing new features or modifying their implementation. - - Follow the [SQL Style Guide]. - Use Pull Requests for all changes. - Pull Requests are only merged when all tests pass **when merged with master**. This is [the “not rocket science” rule] of software. @@ -64,9 +63,8 @@ Feel free to reach out to us with ideas or to get help contributing. We are totally happy with something taking longer to do, if you learn something in the process. It is the reason #! exists. -[Design Requirements]: REQUIREMENTS.md -[Design Documentation]: DESIGN.md -[SQL Style Guide]: STYLEGUIDE.md +[Design Requirements]: docs/REQUIREMENTS.md +[Design Documentation]: docs/DESIGN.md [the “not rocket science” rule]: https://graydon2.dreamwidth.org/1597.html ## Notes ##