Skip to content

Commit 5a769ce

Browse files
committed
Fix broken links
1 parent 27bda58 commit 5a769ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/1.x/customization/delimiter-processing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Delimiter runs are a special type of inline:
1818
This is an example of **emphasis**. Note how the text is *wrapped* with the same character(s) before and after.
1919
```
2020

21-
When implementing something with these characteristics you should consider leveraging delimiter runs; otherwise, a basic [inline parser](/1.x/inline-parsing/) should be sufficient.
21+
When implementing something with these characteristics you should consider leveraging delimiter runs; otherwise, a basic [inline parser](/1.x/customization/inline-parsing/) should be sufficient.
2222

2323
## Delimiter Priority
2424

25-
Delimiter processors have a lower priority than inline parsers - if an [inline parser](/1.x/inline-parsing/) successfully handles the same special character you're interested in then your delimiter processor will not be called.
25+
Delimiter processors have a lower priority than inline parsers - if an [inline parser](/1.x/customization/inline-parsing/) successfully handles the same special character you're interested in then your delimiter processor will not be called.
2626

2727
## Implementing Standalone Delimiter Processors
2828

docs/2.x/customization/delimiter-processing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Delimiter runs are a special type of inline:
2727
This is an example of **emphasis**. Note how the text is *wrapped* with the same character(s) before and after.
2828
```
2929

30-
When implementing something with these characteristics you should consider leveraging delimiter runs; otherwise, a basic [inline parser](/2.x/inline-parsing/) should be sufficient.
30+
When implementing something with these characteristics you should consider leveraging delimiter runs; otherwise, a basic [inline parser](/2.x/customization/inline-parsing/) should be sufficient.
3131

3232
## Delimiter Priority
3333

34-
Delimiter processors have a lower priority than inline parsers - if an [inline parser](/2.x/inline-parsing/) successfully handles the same special character you're interested in then your delimiter processor will not be called.
34+
Delimiter processors have a lower priority than inline parsers - if an [inline parser](/2.x/customization/inline-parsing/) successfully handles the same special character you're interested in then your delimiter processor will not be called.
3535

3636
## Implementing Standalone Delimiter Processors
3737

0 commit comments

Comments
 (0)