Skip to content

Commit

Permalink
relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
archiewood committed Jan 6, 2025
1 parent ad4cba2 commit 5eeb28e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sites/docs/pages/build-your-first-app/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Make some more changes to the page. You'll see them reflected "live" in the brow

This is called **hot reloading** (HMR), and it allows you to see your changes in real-time as you are building your page.

Evidence pages are `.md` files, and are written in a popular language called Markdown. You can learn more about Markdown [here](https://docs.evidence.dev/reference/markdown).
Evidence pages are `.md` files, and are written in a popular language called Markdown. You can learn more about Markdown [here](/reference/markdown).

You can also insert HTML directly into your page if you need more control.

Expand Down Expand Up @@ -358,7 +358,7 @@ Select Source Type: **CSV**, and give your source a name. Hit Confirm:

![Add new source](/img/getting-started/add_new_source2.png)

You can read about various configuration options for CSV files [here](https://docs.evidence.dev/core-concepts/data-sources#csv-files). For now, leave this blank, and hit **Confirm Changes**:
You can read about various configuration options for CSV files [here](/core-concepts/data-sources#csv-files). For now, leave this blank, and hit **Confirm Changes**:

![Add new source](/img/getting-started/add_new_source_confirm_changes.png)

Expand Down
2 changes: 1 addition & 1 deletion sites/docs/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ If you're trying out Evidence, and need some support we'd love to hear from you.

- Message us on <a href='https://slack.evidence.dev' target="_blank">Slack</a>
- Open an issue on <a href='https://github.com/evidence-dev/evidence' target="_blank">Github</a>
- See all the <a href="https://docs.evidence.dev/components/all-components" target="_blank">charts and components</a>.
- See all the <a href="/components/all-components" target="_blank">charts and components</a>.

If there's **anything** you find difficult in the docs, please [open an issue](https://github.com/evidence-dev/evidence/issues/new/choose) or reach out to us on Slack.

0 comments on commit 5eeb28e

Please sign in to comment.