Skip to content

Commit

Permalink
Merge pull request #4465 from apatterndarkly/examples-readme-relative…
Browse files Browse the repository at this point in the history
…-links

fix relative links in examples/README.md
  • Loading branch information
gingerBill authored Nov 8, 2024
2 parents 4890c36 + 190ab55 commit 2b72407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

The `example` directory contains two packages:

A [demo](examples/demo) illustrating the basics of Odin.
A [demo](demo) illustrating the basics of Odin.

It further contains [all](examples/all), which imports all [core](core) and [vendor](vendor) packages so we can conveniently run `odin check` on everything at once.
It further contains [all](all), which imports all [core](/core) and [vendor](/vendor) packages so we can conveniently run `odin check` on everything at once.

For additional example code, see the [examples](https://github.com/odin-lang/examples) repository.

0 comments on commit 2b72407

Please sign in to comment.