Merge pull request #2716 from aws-lumberyard-dev/cgalvan/FixVegetationLayerSpawnerDocLink

Fixed Vegetation Layer Spawner documentation link.
monroegm-disable-blank-issue-2
Chris Galvan 4 years ago committed by GitHub
commit 6b7f8e3878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,6 +29,6 @@ namespace Vegetation
static constexpr const char* const s_componentDescription = "Creates dynamic vegetation in a specified area";
static constexpr const char* const s_icon = "Editor/Icons/Components/Vegetation.svg";
static constexpr const char* const s_viewportIcon = "Editor/Icons/Components/Viewport/Vegetation.svg";
static constexpr const char* const s_helpUrl = "https://o3de.org/docs/user-guide/components/reference/vegetation-layer-spawner/";
static constexpr const char* const s_helpUrl = "https://o3de.org/docs/user-guide/components/reference/vegetation/layer-spawner/";
};
}

Loading…
Cancel
Save