Skip to content

Commit

Permalink
Another attempt to fix broken links using .md extension
Browse files Browse the repository at this point in the history
  • Loading branch information
thesunny committed May 21, 2021
1 parent f12a9ed commit 5dea3d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/concepts/04-transforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Transforms.move(editor, {
})
```

[Selection Transforms API Reference](/api/transforms#selection-transforms)
[Selection Transforms API Reference](../api/transforms.md#selection-transforms)

## Text Transforms

Expand All @@ -52,7 +52,7 @@ Transforms.delete(editor, {
})
```

[Text Transforms API Reference](/api/transforms#text-transforms)
[Text Transforms API Reference](../api/transforms.md#text-transforms)

## Node Transforms

Expand All @@ -79,7 +79,7 @@ Transforms.moveNodes(editor, {
})
```

[Node Transforms API Reference](https://docs.slatejs.org/api/transforms#node-transforms)
[Node Transforms API Reference](../api/transforms.md#node-transforms)

## The `at` Option

Expand Down

0 comments on commit 5dea3d2

Please sign in to comment.