From bb353f5d2b449836f7a7b7d1337c81a0fcd06fb5 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 6 Feb 2023 14:16:14 -0500 Subject: [PATCH] Fix reference to documentation (#6860) The documentation is no longer part of the Rancher project but can be found in k3s-io/docs. Fix the wording an link in the contribution docs to point the potential contributor to the proper location Signed-off-by: Robert Schweikert --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0365384a56..ca74e665f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ Of course, contributing code is more than welcome! To keep things simple, if you If you're interested in contributing documentation, please note the following: - Doc issues are raised in this repository, and they are tracked under the `kind/documentation` label. -- Pull requests are submitted to the K3s documentation source in the [Rancher docs repository.](https://github.com/rancher/docs/) The K3s docs content is in the `content/k3s/` directory. +- Pull requests are submitted to the K3s documentation source in the [k3s-io docs repository.](https://github.com/k3s-io/docs). If you're interested in contributing new tests, please see the `TESTING.md` in the tests directory.