Skip to content

Commit 11037e6

Browse files
docs: Fix links in contributing toc
1 parent b2285be commit 11037e6

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/contributing.org

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ Thanks for wanting to help out with nvim-orgmode, we appreciate the effort!
66

77
- [[#reporting-bugsfeatures][Reporting Bugs/Features]]
88
- [[#documentation][Documentation]]
9-
- [[*Development][Development]]
10-
- [[*Philosophy][Philosophy]]
9+
- [[#development][Development]]
10+
- [[#philosophy][Philosophy]]
1111
- [[#local-dev][Local dev]]
1212
- [[#code][Code]]
1313
- [[#tests][Tests]]
1414
- [[#parser][Parser]]
1515

16+
1617
** Reporting Bugs/Features
1718
:PROPERTIES:
1819
:CUSTOM_ID: reporting-bugsfeatures
@@ -38,7 +39,13 @@ If you spot something missing in our [[file:../index.org][docs]], don't hesitate
3839
The [[https://github.com/nvim-orgmode/orgmode/wiki][wiki]] can be edited freely.
3940

4041
** Development
42+
:PROPERTIES:
43+
:CUSTOM_ID: development
44+
:END:
4145
*** Philosophy
46+
:PROPERTIES:
47+
:CUSTOM_ID: philosophy
48+
:END:
4249
We try to mimic the behavior of Emacs Orgmode as closely as possible.
4350
Variable names follow the same naming convention as in Emacs Orgmode,
4451
except that they are in =snake_case= instead of =kebab-case=.

0 commit comments

Comments
 (0)