From 769a60d12818e046d0ac7506b714067d5418e807 Mon Sep 17 00:00:00 2001 From: ghostrider-05 Date: Sun, 29 Sep 2024 23:48:48 +0200 Subject: [PATCH] fix broken image link --- docs/essential/08_content_browser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/essential/08_content_browser.md b/docs/essential/08_content_browser.md index 66642b5..9e090d5 100644 --- a/docs/essential/08_content_browser.md +++ b/docs/essential/08_content_browser.md @@ -35,7 +35,7 @@ To make custom maps easier to use, **every mesh/material/actor used needs to be If your map is named `MyTestMap1`, **make quintuple sure all assets are inside the folder `MyTestMap1` in the Content Browser.** If they are not, pieces of your map will magically vanish when you try to play it in Rocket League. This is the single most common mistake new mapmakers make. ::: -![](/images/UDK/essential/moveobjects.png "Move it or lose it") +![](/images/udk/essential/moveobjects.png "Move it or lose it") If your assets are in the wrong package, **select them, right click, and select `Move or Rename...`** Type in the name of your map and click OK.