@@ -27,7 +27,7 @@ limitations under the License.
2727- [ How can I set up my development environment to contribute to stdlib?] ( #setup-dev-environment )
2828- [ How can I install cppcheck?] ( #install-cppcheck )
2929- [ I am seeing different return values in the JavaScript and C implementation for the same implementation.] ( #js-vs-c-return-values )
30- - [ What should I do if linting on my commits fails because my headings or lines exceed the maximum permissible length?] ( #markdown-heading -length )
30+ - [ What should I do if linting on my commits fails because my headings or lines exceed the maximum permissible length?] ( #max -length )
3131- [ What should I do if JavaScript linting on my commits fails because my function exceeds the maximum permissible number of parameters?] ( #max-params )
3232- [ I have opened a pull request, where can I seek feedback?] ( #pr-feedback )
3333- [ I need to generate fixtures for my tests. How can I do that, and what are the best references for inspiration?] ( #generate-fixtures )
@@ -99,7 +99,7 @@ If they pass, adjust the tolerance and add a note to the C tests indicating that
9999- [ Reference Discussion] [ ref-discussion ]
100100- [ Reference Comment] [ ref-comment ]
101101
102- <a name =" markdown-heading -length" ></a >
102+ <a name =" max -length" ></a >
103103
104104## What should I do if linting on my commits fails because my headings or lines exceed the maximum permissible length?
105105
@@ -121,7 +121,7 @@ Consider whether the heading/line can be shortened by renaming variables (e.g.,
121121
122122[ Reference Comment] [ markdown-len-ref ]
123123
124- <a name =" markdown-heading-length " ></a >
124+ <a name =" max-params " ></a >
125125
126126## What should I do if JavaScript linting on my commits fails because my function exceeds the maximum permissible number of parameters?
127127
0 commit comments