summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CODE_OF_CONDUCT.md (renamed from CONDUCT)2
-rw-r--r--CONTRIBUTING.md (renamed from CONTRIBUTING)0
-rw-r--r--README.md4
3 files changed, 3 insertions, 3 deletions
diff --git a/CONDUCT b/CODE_OF_CONDUCT.md
index e0e15e268..d66769b98 100644
--- a/CONDUCT
+++ b/CODE_OF_CONDUCT.md
@@ -93,4 +93,4 @@ Community Impact Guidelines were inspired by Mozilla’s code of conduct
enforcement ladder.
For answers to common questions about this code of conduct, see the FAQ at
https://www.contributor-covenant.org/faq. Translations are available at
-https://www.contributor-covenant.org/translations. \ No newline at end of file
+https://www.contributor-covenant.org/translations.
diff --git a/CONTRIBUTING b/CONTRIBUTING.md
index 56b71834d..56b71834d 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING.md
diff --git a/README.md b/README.md
index 0277ddc62..bab7fad63 100644
--- a/README.md
+++ b/README.md
@@ -223,11 +223,11 @@ public discussion groups, you agree to release your code under the terms
of the BSD license that you can find in the [COPYING][1] file included in the Redis
source distribution.
-Please see the [CONTRIBUTING][2] file in this source distribution for more
+Please see the [CONTRIBUTING.md][2] file in this source distribution for more
information. For security bugs and vulnerabilities, please see [SECURITY.md][3].
[1]: https://github.com/redis/redis/blob/unstable/COPYING
-[2]: https://github.com/redis/redis/blob/unstable/CONTRIBUTING
+[2]: https://github.com/redis/redis/blob/unstable/CONTRIBUTING.md
[3]: https://github.com/redis/redis/blob/unstable/SECURITY.md
Redis internals