Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
indirectlylit committed Oct 4, 2023
1 parent 2b50056 commit deab3f4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/pages/icons/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<DocsPageSection title="Color" anchor="#color">
<p>
Many of these icons also are used with <DocsInternalLink href="colors" text="conventional colors" /> in the design system. For example, the <DocsInternalLink href="#tokens-coachContent" text="coachContent" code /> icon is often shown using the <DocsInternalLink href="/colors#tokens-coachContent" text="coachContent" code /> color, e.g. <KIcon icon="coachContent" />. Icons often have a default color associated with them, and this can be overridden as needed.
Many of these icons also are used with <DocsInternalLink href="/colors" text="conventional colors" /> in the design system. For example, the <DocsInternalLink href="#tokens-coachContent" text="coachContent" code /> icon is often shown using the <DocsInternalLink href="/colors#tokens-coachContent" text="coachContent" code /> color, e.g. <KIcon icon="coachContent" />. Icons often have a default color associated with them, and this can be overridden as needed.
</p>
<p>
When inline with text, icons should usually be the same color as the text:
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/kicon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<DocsPageTemplate apiDocs>
<DocsPageSection title="Overview" anchor="#overview">
See <DocsInternalLink href="icons" text="the page on icons" /> for design guidance and a list of available icons. If an invalid icon is used, in development Vue.js validation will warn about the error. The icon will display as a broken image <KIcon icon="brokenImage" /> icon.
See <DocsInternalLink href="/icons" text="the page on icons" /> for design guidance and a list of available icons. If an invalid icon is used, in development Vue.js validation will warn about the error. The icon will display as a broken image <KIcon icon="brokenImage" /> icon.
</DocsPageSection>
</DocsPageTemplate>

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/kmodal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<DocsPageTemplate apiDocs>
<DocsPageSection title="Overview" anchor="#overview">
For design guidance, see the page on <DocsInternalLink href="modals" text="modals" />.
For design guidance, see the page on <DocsInternalLink href="/modals" text="modals" />.
</DocsPageSection>
</DocsPageTemplate>

Expand Down
4 changes: 2 additions & 2 deletions docs/pages/kselect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<DocsPageSection title="Usage" anchor="#usage">
<p>
Select dropdowns are used alongside form components such as text fields and radio selects. They can also be used to filter options in lists and tables.
Select dropdowns are used alongside form components such as text fields and radio selects. They can also be used to filter options in lists and tables.
</p>
</DocsPageSection>

Expand Down Expand Up @@ -49,7 +49,7 @@
Hiding is better than disabling in this case because there is no condition where it would benefit the user experience to be selectable for that object.
</p>
<h3>Filters</h3>
<p>For design guidance on using selects for filtering, see the <DocsInternalLink href="filters" text="Filters page" />.</p>
<p>For design guidance on using selects for filtering, see the <DocsInternalLink href="/filters" text="Filters page" />.</p>
</DocsPageSection>

</DocsPageTemplate>
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/ktextbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<DocsPageTemplate apiDocs>
<DocsPageSection title="Overview" anchor="#overview">
For design guidance, see the page on <DocsInternalLink href="textfields" text="text fields" />.
For design guidance, see the page on <DocsInternalLink href="/textfields" text="text fields" />.
</DocsPageSection>
</DocsPageTemplate>

Expand Down

0 comments on commit deab3f4

Please sign in to comment.