Skip to content

Commit 4095a4c

Browse files
committed
N26: Fix md links
1 parent 146bb89 commit 4095a4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/news/026/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -745,20 +745,20 @@ performance when called repeatedly.
745745

746746
[hecs]: https://github.com/Ralith/hecs
747747

748-
### [ktx2](ktx2-github)
748+
### [ktx2][ktx2-github]
749749

750750
A revamped and refactored version of @F3kilo's ktx2-reader,
751751
this serves as a parsing library for the texture container format
752752
of ktx2. This format allows you to store textures in formats that
753753
GPU apis directly accept, without decoding costs. For more information,
754-
[read the docs](ktx2-docs).
754+
[read the docs][ktx2-docs].
755755

756756
ktx2 writing support will come a future release.
757757

758758
[ktx2-github]: https://github.com/BVE-Reborn/ktx2
759759
[ktx2-docs]: https://docs.rs/ktx2
760760

761-
### [rend3](rend3-github)
761+
### [rend3][rend3-github]
762762

763763
![rend3 sci-fi base scene](rend3-scifi.jpg)
764764
_rend3 rendering a complex scene_
@@ -772,7 +772,7 @@ There're many fun things in the pipeline including a full custom shader
772772
system, both cpu and gpu side optimization, and more rendering features.
773773

774774
The [v0.1 version][rend3-crates] was published on crates.io
775-
([docs](rend3-docs) and [examples](rend3-examples)) and v0.2 is going
775+
([docs][rend3-docs] and [examples][rend3-examples]) and v0.2 is going
776776
to be coming out very soon.
777777

778778
[rend3-docs]: https://docs.rs/rend3

0 commit comments

Comments
 (0)