From afa480b07d564bd7e5e18a3a4c52613a26e25a1e Mon Sep 17 00:00:00 2001 From: boyned//Kampfkarren Date: Sun, 22 Sep 2019 17:37:00 -0700 Subject: [PATCH] Fix broken link to sync details (#248) --- docs/guide/migrating-to-epiphany.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/migrating-to-epiphany.md b/docs/guide/migrating-to-epiphany.md index 87acf09c..84709146 100644 --- a/docs/guide/migrating-to-epiphany.md +++ b/docs/guide/migrating-to-epiphany.md @@ -60,4 +60,4 @@ Unknown files are now ignored in Rojo instead of being converted to `StringValue ## Migrating `init.model.json` files In Rojo 0.4.x, it's possible to create a file named `init.model.json` that lets you describe a model that becomes the container for all of the other files in the folder, just like `init.lua`. -In Rojo 0.5.x, this feature has been replaced with `init.meta.json` files. See [Sync Details](../reference/sync-details) for more information about these new files. \ No newline at end of file +In Rojo 0.5.x, this feature has been replaced with `init.meta.json` files. See [Sync Details](../../reference/sync-details) for more information about these new files.