Skip to content

Commit 86f84ff

Browse files
authored
Merge pull request evidence-dev#3059 from evidence-dev/docs-trailing-slashes
Docs: Remove more trailing slashes
2 parents a45db28 + 896c0ea commit 86f84ff

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

sites/docs/pages/components/ui/image/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 1
66

77
<Alert status=info>
88

9-
Note that you can also use [markdown syntax for images](/reference/markdown/#images). This component is useful when you need to customize the dimensions or styling of the image.
9+
Note that you can also use [markdown syntax for images](/reference/markdown#images). This component is useful when you need to customize the dimensions or styling of the image.
1010
</Alert>
1111

1212

sites/docs/pages/components/ui/link/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 1
66

77
<Alert status=info>
88

9-
Note that you can also use [markdown syntax for links](/reference/markdown/#links). This component is useful when you need to customize the behavior or styling of the link (e.g., opening in new tab vs. current tab)
9+
Note that you can also use [markdown syntax for links](/reference/markdown#links). This component is useful when you need to customize the behavior or styling of the link (e.g., opening in new tab vs. current tab)
1010
</Alert>
1111

1212
Use the `Link` component to add styled and accessible links to your markdown pages. This component allows you to control the destination URL, link text, and whether it opens in a new tab.

sites/docs/pages/core-concepts/themes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ Then use them in component props
434434

435435
### Props
436436

437-
The color props accepted by many components (e.g. [`fillColor`](/components/charts/bar-chart/#props-fillColor), [`labelColor`](/components/charts/annotations#props-labelColor)) accept a color in several different formats to reduce the friction of theming your app.
437+
The color props accepted by many components (e.g. [`fillColor`](/components/charts/bar-chart#props-fillColor), [`labelColor`](/components/charts/annotations#props-labelColor)) accept a color in several different formats to reduce the friction of theming your app.
438438

439439

440440
1. **Use a color name from your theme.** Its configured light and dark values will be used.

vercel.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
{ "source": "/components/slider", "destination": "/components/inputs/slider", "permanent": true },
5959
{ "source": "/components/date-range", "destination": "/components/inputs/date-range", "permanent": true },
6060
{ "source": "/components/text-input", "destination": "/components/inputs/text-input", "permanent": true },
61-
{ "source": "/components/button-group", "destination": "/components/inputs/button-group", "permanent": true },
6261
{ "source": "/deployment/evidence-cloud", "destination": "/deployment/cloud/evidence-cloud", "permanent": true },
6362
{ "source": "/deployment/github-pages", "destination": "/deployment/self-host/github-pages", "permanent": true },
6463
{ "source": "/deployment/aws-amplify", "destination": "/deployment/self-host/aws-amplify", "permanent": true },

0 commit comments

Comments
 (0)