From 5fcac9ea7e4513897d32740547b4e5f7aae259c4 Mon Sep 17 00:00:00 2001 From: Luca Della Vedova Date: Fri, 21 Jun 2024 15:25:00 +0800 Subject: [PATCH] Fix `StandardUiPlugin` links Signed-off-by: Luca Della Vedova --- rmf_site_editor/src/widgets/fuel_asset_browser.rs | 2 +- rmf_site_editor/src/widgets/panel.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rmf_site_editor/src/widgets/fuel_asset_browser.rs b/rmf_site_editor/src/widgets/fuel_asset_browser.rs index ea352ec6..0c7a2885 100644 --- a/rmf_site_editor/src/widgets/fuel_asset_browser.rs +++ b/rmf_site_editor/src/widgets/fuel_asset_browser.rs @@ -64,7 +64,7 @@ pub struct AssetGalleryStatus { /// A widget for browsing models that can be downloaded from fuel. /// /// This is part of the [`StandardUiPlugin`][1]. If you are not using the -/// `StandardUiLayout` then it is recommended that you use the +/// `StandardUiPlugin` then it is recommended that you use the /// [`FuelAssetBrowserPlugin`] to add this to the editor. /// /// [1]: crate::widgets::StandardUiPlugin diff --git a/rmf_site_editor/src/widgets/panel.rs b/rmf_site_editor/src/widgets/panel.rs index c114554f..f60d6636 100644 --- a/rmf_site_editor/src/widgets/panel.rs +++ b/rmf_site_editor/src/widgets/panel.rs @@ -62,10 +62,10 @@ impl PanelWidget { /// adding this function to a schedule as a system or by calling it from inside /// of an exclusive system. Note that this is automatically run by /// [`site_ui_layout`][1] so there is no need to use this function yourself -/// unless you are not using the [`StandardUiLayout`][1]. +/// unless you are not using the [`StandardUiPlugin`][2]. /// /// [1]: crate::widgets::site_ui_layout -/// [2]: crate::widgets::StandardUiLayout +/// [2]: crate::widgets::StandardUiPlugin pub fn render_panels( world: &mut World, panel_widgets: &mut QueryState<(Entity, &mut PanelWidget)>,