Fix doc image links

This commit is contained in:
Lucien Greathouse
2019-02-08 14:08:59 -08:00
parent 7e5b8cadfc
commit ed85d2a327
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ For example, this file tree:
Will turn into these instances in Roblox:
![Example of Roblox instances](/images/sync-example.png)
![Example of Roblox instances](images/sync-example.png)
## Models
Rojo supports a JSON model format for representing simple models. It's designed for instance types like `BindableEvent` or `Value` objects, and is not suitable for larger models.