Pārlūkot izejas kodu

fix relative links in examples/README.md

This fix adjusts the links for 'demo', 'core', 'all', and 'vendor' so that they navigate to the intended destinations instead of yielding 404s.
AP Darkly 10 mēneši atpakaļ
vecāks
revīzija
f56cc069c5
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      examples/README.md

+ 2 - 2
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.