Skip to content

Commit 48cf24e

Browse files
committed
fix: inconsistent anchor tag links for headings
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent c487a89 commit 48cf24e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/contributing/FAQ.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
@@ -98,7 +98,7 @@ If they pass, adjust the tolerance and add a note to the C tests indicating that
9898
- [Reference Discussion][ref-discussion]
9999
- [Reference Comment][ref-comment]
100100

101-
<a name="markdown-heading-length"></a>
101+
<a name="max-length"></a>
102102

103103
## What should I do if linting on my commits fails because my headings or lines exceed the maximum permissible length?
104104

@@ -120,7 +120,7 @@ Consider whether the heading/line can be shortened by renaming variables (e.g.,
120120

121121
[Reference Comment][markdown-len-ref]
122122

123-
<a name="markdown-heading-length"></a>
123+
<a name="max-params"></a>
124124

125125
## What should I do if JavaScript linting on my commits fails because my function exceeds the maximum permissible number of parameters?
126126

0 commit comments

Comments
 (0)