Skip to content

Commit

Permalink
Fix broken links on DocCards (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcourdent authored Sep 19, 2023
1 parent 7ad2b73 commit e2e3636
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Depending of the type of the data source, the input will be different. For examp
<DocCard
title="Component Library"
description="Find out the type of the data source of a component in the component library."
href="/docs/apps/app_configuration-settings/app_component_library"
href="/docs/apps/app_configuration_settings/app_component_library"
color="orange"
/>
</div>
Expand Down Expand Up @@ -69,7 +69,7 @@ We can also use the result of a runnable as a data source.
<DocCard
title="Runnable triggers"
description="Learn how to configure the triggers of the runnable."
href="/docs/apps/app_configuration-settings/app_runnable_triggers"
href="/docs/apps/app_configuration_settings/app_runnable_triggers"
color="orange"
/>
</div>
Expand Down Expand Up @@ -110,7 +110,7 @@ Each component has a configuration section. This section contains all the config
<DocCard
title="Component Library"
description="Find out the configuration of each component in the component library."
href="/docs/apps/app_configuration-settings/app_component_library"
href="/docs/apps/app_configuration_settings/app_component_library"
color="orange"
/>
</div>
2 changes: 1 addition & 1 deletion docs/apps/4_app_configuration_settings/container.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ More details on Group of Components:
<DocCard
title="Group of Components"
description="Components can be grouped within containers."
href="/docs/apps/app_configuration-settings/components_groups"
href="/docs/apps/app_configuration_settings/components_groups"
color="orange"
/>
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/apps/4_app_configuration_settings/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ The right panel is divided into three tabs:
<DocCard
title="Component Library"
description="Search and insert components into the app."
href="/docs/apps/app_configuration-settings/app_component_library"
href="/docs/apps/app_configuration_settings/app_component_library"
color="orange"
/>
<DocCard
title="Runnable Triggers"
description="Runnables can be triggered by components from Windmill apps."
href="/docs/apps/app_configuration-settings/app_runnable_triggers"
href="/docs/apps/app_configuration_settings/app_runnable_triggers"
color="orange"
/>
<DocCard
title="Component Configuration"
description="Configure the selected component or runnable."
href="/docs/apps/app_configuration-settings/app_component_configuration"
href="/docs/apps/app_configuration_settings/app_component_configuration"
color="orange"
/>
<DocCard
title="Group of Components"
description="Components can be grouped within containers."
href="/docs/apps/app_configuration-settings/components_groups"
href="/docs/apps/app_configuration_settings/components_groups"
color="orange"
/>
</div>

0 comments on commit e2e3636

Please sign in to comment.