Skip to content

Commit

Permalink
fix: 🐛 qmd -> html
Browse files Browse the repository at this point in the history
Since the `qmd` files don't exist on the `gh-pages`/website branch, these links should refer to the html file.
  • Loading branch information
signekb committed Jan 22, 2025
1 parent cc81f31 commit 986023f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ about:
image-shape: rounded
links:
- text: "Getting started"
href: getting-started/index.qmd
href: getting-started/index.html
- text: "How to work with data"
href: how-to-work-with-data/index.qmd
href: how-to-work-with-data/index.html
- text: "Statistics Denmark (DST)"
href: dst/index.qmd
href: dst/index.html
- text: "Danish Health Data Authority (SDS)"
href: sds/index.qmd
href: sds/index.html
---

:::{#hero-heading}
Expand Down

0 comments on commit 986023f

Please sign in to comment.