From ed85d2a32768e2f82f5455d15b56da887b648118 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 8 Feb 2019 14:08:59 -0800 Subject: [PATCH] Fix doc image links --- docs/getting-started/creating-a-project.md | 4 ++-- docs/sync-details.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/creating-a-project.md b/docs/getting-started/creating-a-project.md index 49dad7fc..3f41f3e0 100644 --- a/docs/getting-started/creating-a-project.md +++ b/docs/getting-started/creating-a-project.md @@ -56,7 +56,7 @@ If your project is in the right place, Rojo will let you know that it was found In Roblox Studio, open the plugins tab and find Rojo's buttons. -![Location of Rojo's plugin buttons in Roblox Studio](/images/plugin-buttons.png) +![Location of Rojo's plugin buttons in Roblox Studio](../images/plugin-buttons.png) {: align="center" } Press **Test Connection** to verify that the plugin can communicate with the dev server. Watch the Output panel for the results. @@ -64,7 +64,7 @@ Press **Test Connection** to verify that the plugin can communicate with the dev !!! info If you see an error message, return to the previous steps and make sure that the Rojo dev server is running. - ![Rojo error in Roblox Studio Output](/images/connection-error.png) + ![Rojo error in Roblox Studio Output](../images/connection-error.png) {: align="center" } After your connection was successful, press **Sync In** to move code from the filesystem into Studio, or use **Toggle Polling** to have Rojo automatically sync in changes as they happen. diff --git a/docs/sync-details.md b/docs/sync-details.md index a9f2b7be..77c364f7 100644 --- a/docs/sync-details.md +++ b/docs/sync-details.md @@ -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.