Skip to content

Commit 472687e

Browse files
committed
Fix docs card URLs
1 parent c11acbf commit 472687e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ Get started building by [installing Ionic](intro/cli.md) or following our [First
2121
<intro-end />
2222

2323
<DocsCards>
24-
<DocsCard header="Installation Guide" href="intro/cli" icon="/icons/guide-installation-icon.svg" hoverIcon="/icons/guide-installation-icon-hover.svg">
24+
<DocsCard header="Installation Guide" href="/intro/cli" icon="/icons/guide-installation-icon.svg" hoverIcon="/icons/guide-installation-icon-hover.svg">
2525
<p>Step-by-step guides to setting up your system and installing the framework.</p>
2626
</DocsCard>
2727

28-
<DocsCard header="UI Components" href="components" icon="/icons/guide-components-icon.svg" hoverIcon="/icons/guide-components-icon-hover.svg">
28+
<DocsCard header="UI Components" href="/components" icon="/icons/guide-components-icon.svg" hoverIcon="/icons/guide-components-icon-hover.svg">
2929
<p>Dive into Ionic Framework's beautifully designed UI component library.</p>
3030
</DocsCard>
3131

32-
<DocsCard header="Native Functionality" href="native" icon="/icons/guide-native-icon.svg" hoverIcon="/icons/guide-native-icon-hover.svg">
32+
<DocsCard header="Native Functionality" href="/native" icon="/icons/guide-native-icon.svg" hoverIcon="/icons/guide-native-icon-hover.svg">
3333
<p>Integrate native device plugins, like Bluetooth, Maps, HealthKit, and more.</p>
3434
</DocsCard>
3535

36-
<DocsCard header="Theming" href="theming/basics" icon="/icons/guide-theming-icon.svg" hoverIcon="/icons/guide-theming-icon-hover.svg">
36+
<DocsCard header="Theming" href="/theming/basics" icon="/icons/guide-theming-icon.svg" hoverIcon="/icons/guide-theming-icon-hover.svg">
3737
<p>Learn to easily customize and modify your Ionic app's visual design to fit your brand.</p>
3838
</DocsCard>
3939
</DocsCards>

0 commit comments

Comments
 (0)