File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ in the [#perl6 IRC channel](https://perl6.org/community/irc).
15
15
# TABLE OF CONTENTS
16
16
- [ General principles] ( #general-principles )
17
17
- [ Documenting types] ( #documenting-types )
18
- - [ Writing and Testing examples ] ( #writing-and-testing-examples )
18
+ - [ Writing and Testing Examples ] ( #writing-and-testing-examples )
19
19
- [ Debug mode] ( #debug-mode )
20
20
- [ Invisible index anchors] ( #invisible-index-anchors )
21
21
- [ Viewport size] ( #viewport-size )
@@ -112,9 +112,9 @@ tests about whitespace and spelling that might be difficult to get right
112
112
on an initial commit, and shouldn't be considered to break the build. If
113
113
you're contributing a patch or pull request, please make sure this passes.
114
114
115
- ## Writing and testing examples
115
+ ## Writing and Testing Examples
116
116
117
- See [ EXAMPLES ] .
117
+ See [ Writing and Testing Examples ] ( EXAMPLES.md )
118
118
119
119
## Testing method completeness
120
120
You can’t perform that action at this time.
0 commit comments