From 74095c7c01eb563e208d0b5ff1d1a06f33e4132b Mon Sep 17 00:00:00 2001 From: Aayush-kumar-ctrl Date: Tue, 24 Mar 2026 21:34:03 +0530 Subject: [PATCH] Fix broken anchor links in CONTRIBUTING.md Signed-off-by: Aayush-kumar-ctrl --- CONTRIBUTING.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 117ce04a..90e1af55 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,10 +7,8 @@ We'd love for you to contribute to our source code and to make Accord Project te * [Issues and Bugs][contribute.issue] * [Feature Requests][contribute.feature] * [Improving Documentation][contribute.docs] -* [Updating Documentation][contribute.updating] * [Issue Submission Guidelines][contribute.submit] * [Pull Request Submission Guidelines][contribute.submitpr] -* [Technical Documentation][contribute.techdocs] ## Code of Conduct @@ -105,7 +103,7 @@ Before you submit your pull request consider the following guidelines: git push origin name/issue-tracker/short-description ``` -* In GitHub, send a pull request to `:main` by following our [pull request conventions][developers.pullrequest]. This will trigger the check of the [Contributor License Agreement][contribute.cla] and the Travis integration. +* In GitHub, send a pull request to `:main` by following our [pull request conventions][contribute.submit-pr]. This will trigger the check of the [Developer Certificate of Origin (DCO)][contribute.cla] and the Travis integration. * If you find that the Travis integration has failed, look into the logs on Travis to find out if your changes caused test failures, the commit message was malformed, etc. If you find that the tests failed or times out for unrelated reasons, you can ping a team member so that the build can be restarted. * If we suggest changes, then: * Make the required updates. @@ -177,11 +175,7 @@ Accord Project documentation files are made available under the [Creative Common [developers]: DEVELOPERS.md -[developers.setup]: DEVELOPERS.md#-development-setup [developers.commits]: DEVELOPERS.md#commits -[developers.rules]: DEVELOPERS.md#rules -[developers.documentation]: DEVELOPERS.md#documentation -[developers.unit-tests]: DEVELOPERS.md#-running-the-unit-test-suite [dcohow]: https://github.com/probot/dco#how-it-works