Skip to content

Commit f0c3a56

Browse files
Fix the markdown link to Convert.hx (reversed the (text)[link] -> [text](link) ) (#113)
1 parent 51af39b commit f0c3a56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resource-Baking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ On the right side of each _Rule_, there's a convert _Command_. Commands have the
7171

7272
## Custom Converts
7373

74-
Although Heaps already provide (some converts)[https://github.com/HeapsIO/heaps/blob/master/hxd/fs/Convert.hx] you can of course write your own in order to perform any resource transform your project needs.
74+
Although Heaps already provide [some converts](https://github.com/HeapsIO/heaps/blob/master/hxd/fs/Convert.hx) you can of course write your own in order to perform any resource transform your project needs.
7575

7676
Here's an example:
7777

0 commit comments

Comments
 (0)