diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2024-11-08 13:39:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-08 13:39:32 +0000 |
| commit | 2b72407cf303b253f8bc3e059e59fe795893a30a (patch) | |
| tree | fff43f24f7a8181b7a563b9234e7c74fddf0902e /examples | |
| parent | 4890c3681c8b08458f5d2bd7e48e9bebe4fb517d (diff) | |
| parent | 190ab5543db9ec6f4cd9fb7fd1670b6f79e1235b (diff) | |
Merge pull request #4465 from apatterndarkly/examples-readme-relative-links
fix relative links in examples/README.md
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/README.md b/examples/README.md index 27072a480..90076df23 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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. |