From 323469f991fd346cc4d47a680ecd29b9695cce9b Mon Sep 17 00:00:00 2001 From: Sahdev Zala Date: Tue, 28 May 2024 09:59:10 -0400 Subject: [PATCH] Fix broken link (#1132) Provide a correct working link. **Contribution checklist** - [ ] The contribution was tested with `ilab generate` - [ ] No errors or warnings were produced by `ilab generate` - [x] All [commits are signed off](https://github.com/instructlab/taxonomy/blob/main/CONTRIBUTING.md#legal) (DCO) - [ ] The `qna.yaml` file contains at least 5 `seed_examples` - [ ] The `qna.yaml` file was [linted](https://yamllint.com) and [prettified](https://onlineyamltools.com/prettify-yaml) ([yaml-validator](https://jsonformatter.org/yaml-validator) can do both) - [ ] An `attribution.txt` file in the same folder as the `qna.yaml` file - [x] Content does not include PII or otherwise sensitive or confidential information - [x] Content does not include anything documented in the project's [Avoid these Topics](https://github.com/instructlab/taxonomy/blob/main/docs/SKILLS_GUIDE.md#avoid-these-topics) guidelines Signed-off-by: Sahdev Zala --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 649aa80ad..9be6bc30e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -103,7 +103,7 @@ Once you've [created a pull request](#how-can-i-contribute), maintainers will re - Follow the project coding conventions - Include the DCO sign off; see [Legal](#legal) -The project maintainers use `LGTM` (Looks Good To Me) in comments on the code review to indicate acceptance. You can see more information on the triaging process in the [Triaging skills](https://github.com/instructlab/taxonomy/blob/main/docs/skills-triage.md) documentation. +The project maintainers use `LGTM` (Looks Good To Me) in comments on the code review to indicate acceptance. You can see more information on the triaging process in the [Triaging skills](https://github.com/instructlab/taxonomy/blob/main/docs/triaging/triaging-contributions.md) documentation. For a list of the maintainers and triagers, see the [MAINTAINERS.md](https://github.com/instructlab/community/blob/main/MAINTAINERS.md) page.