Skip to content

Commit 942bc72

Browse files
authored
Fix broken documentation links in README.md (#784)
1 parent 8b7e1c9 commit 942bc72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,10 @@ editor.run(postEditor => {
254254
})
255255
```
256256

257-
For more details on the API of `postEditor`, see the [API documentation](https://github.com/bustle/mobiledoc-kit/blob/master/src/js/editor/post.js).
257+
For more details on the API of `postEditor`, see the [API documentation](https://github.com/bustle/mobiledoc-kit/blob/master/src/js/editor/post.ts).
258258

259259
For more details on the API for the builder, required to create new sections
260-
atoms, and markers, see the [builder API](https://github.com/bustle/mobiledoc-kit/blob/master/src/js/models/post-node-builder.js).
260+
atoms, and markers, see the [builder API](https://github.com/bustle/mobiledoc-kit/blob/master/src/js/models/post-node-builder.ts).
261261

262262
### Configuring hot keys
263263

0 commit comments

Comments
 (0)