Skip to content

Commit 32b41d1

Browse files
committed
GH #1542 - Fix broken links in contribution guidelines
1 parent ac4ca73 commit 32b41d1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CONTRIBUTING.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
Thank you for your interest in contributing! There are a few ways you can contribute
44
to the AllenSDK project:
55

6-
* [Answering User Questions](##Answering-UserQuestions)
7-
* [Adding test coverage](###Testing-Guidelines)
8-
* [Add Example Notebooks](###Add-example-notebooks)
9-
* [Reporting Bugs](###Reporting-Bugs)
10-
* [Requesting features](###Suggesting-Features/Enhancements)
11-
* [Contributing Code](##Contributing-Code)
6+
* [Answering User Questions](#answering-user-questions)
7+
* [Adding test coverage](#testing-guidelines)
8+
* [Add Example Notebooks](#add-example-notebooks)
9+
* [Reporting Bugs](#reporting-bugs)
10+
* [Requesting features](#suggesting-featuresenhancements)
11+
* [Contributing Code](#contributing-code)
1212

1313
## Answering User Questions
1414
A great way to contribute to the AllenSDK is to help answer user questions on
@@ -30,7 +30,7 @@ If there is no existing issue, create a new one. You should include:
3030
* What you were expecting to happen
3131
* How your system is configured (operating system, Python version)
3232

33-
If you are comfortable addressing this issue yourself, take a look at the [guide to contributing code](##contributing-code) below.
33+
If you are comfortable addressing this issue yourself, take a look at the [guide to contributing code](#contributing-code) below.
3434

3535
### Add Example Notebooks
3636
Adding example notebooks are a great way to contribute to documentation and help
@@ -80,10 +80,10 @@ Contributing code yourself can be a great way to include the features you want
8080
in the AllenSDK.
8181

8282
To contribute code, please follow this list:
83-
* Read [contributing guidelines](#Contributing-to-the-AllenSDK)
83+
* Read [contributing guidelines](#contributing-to-the-allensdk)
8484
* Sign Contributor License Agreement (CLA)
85-
* Check if changes are consistent with [Coding Style](###Style-Guidelines)
86-
* [Write Unit Tests](###Testing-Guidelines)
85+
* Check if changes are consistent with [Coding Style](#style-guidelines)
86+
* [Write Unit Tests](#testing-guidelines)
8787
* Run Unit Tests
8888
* Make a pull request
8989

0 commit comments

Comments
 (0)