Skip to content

Commit

Permalink
Fix StandardUiPlugin links
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
  • Loading branch information
luca-della-vedova committed Jun 21, 2024
1 parent dc5e08f commit 5fcac9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rmf_site_editor/src/widgets/fuel_asset_browser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions rmf_site_editor/src/widgets/panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)>,
Expand Down

0 comments on commit 5fcac9e

Please sign in to comment.