Skip to content

Commit 4ebebd4

Browse files
committed
docs: Fixed links
1 parent 420ad7c commit 4ebebd4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

extension/content/docs/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hero:
1111
alt: Illustration
1212
actions:
1313
- text: Get Started
14-
link: overview/format
14+
link: overview/format/
1515
icon: right-arrow
1616
variant: primary
1717
- text: View on GitHub
@@ -44,8 +44,8 @@ import { CardGrid, LinkCard, Card } from "@astrojs/starlight/components"
4444
<h2>Documentation</h2>
4545

4646
<CardGrid>
47-
<LinkCard title="Format" href="overview/format" />
48-
<LinkCard title="Examples" href="overview/examples" />
49-
<LinkCard title="Specification" href="specification/metadata" />
50-
<LinkCard title="Changelog" href="changelog" />
47+
<LinkCard title="Format" href="overview/format/" />
48+
<LinkCard title="Examples" href="overview/examples/" />
49+
<LinkCard title="Specification" href="specification/metadata/" />
50+
<LinkCard title="Changelog" href="changelog/" />
5151
</CardGrid>

extension/content/docs/overview/format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
---
66

77
> [!TIP]
8-
> This is a template to create your own Data Package Extension. To start using it, click "Use this template" on [GitHub](https://github.com/datisthq/extensiondp) in the top right corner. After cloning a newly created repo, run `git tag v0.1.0 && git push --tags` to create an initial semantic version. Read [Contribution Guide](contributing) for following steps. **This documentation is just a placeholder to get started with!**
8+
> This is a template to create your own Data Package Extension. To start using it, click "Use this template" on [GitHub](https://github.com/datisthq/extensiondp) in the top right corner. After cloning a newly created repo, run `git tag v0.1.0 && git push --tags` to create an initial semantic version. Read [Contribution Guide](../contributing) for following steps. **This documentation is just a placeholder to get started with!**
99
1010
Extension DP (Data Package Extension Template) is a data exchange format that helps `PLACEHOLDER` share their `PLACEHOLDER`. It is developed on top of the Data Package standard.
1111

0 commit comments

Comments
 (0)