fixed README links

This commit is contained in:
Louis Heredero 2024-05-18 23:55:06 +02:00
parent d8094384ad
commit 9a6973fb89
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7

View File

@ -3,15 +3,15 @@
Circuiteria is a [Typst](https://typst.app) package for drawing block circuit diagrams using the [CeTZ](https://typst.app/universe/package/cetz) package. Circuiteria is a [Typst](https://typst.app) package for drawing block circuit diagrams using the [CeTZ](https://typst.app/universe/package/cetz) package.
<p align="center"> <p align="center">
<img src="gallery/platypus.png" alt="Perry the platypus"> <img src="./gallery/platypus.png" alt="Perry the platypus">
</p> </p>
## Examples ## Examples
<table> <table>
<tr> <tr>
<td colspan="2"> <td colspan="2">
<a href="gallery/test.typ"> <a href="./gallery/test.typ">
<img src="gallery/test.png" width="500px"> <img src="./gallery/test.png" width="500px">
</a> </a>
</td> </td>
</tr> </tr>
@ -20,8 +20,8 @@ Circuiteria is a [Typst](https://typst.app) package for drawing block circuit di
</tr> </tr>
<tr> <tr>
<td colspan="2"> <td colspan="2">
<a href="gallery/test5.typ"> <a href="./gallery/test5.typ">
<img src="gallery/test5.png" width="500px"> <img src="./gallery/test5.png" width="500px">
</a> </a>
</td> </td>
</tr> </tr>
@ -30,13 +30,13 @@ Circuiteria is a [Typst](https://typst.app) package for drawing block circuit di
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="gallery/test4.typ"> <a href="./gallery/test4.typ">
<img src="gallery/test4.png" width="250px"> <img src="./gallery/test4.png" width="250px">
</a> </a>
</td> </td>
<td> <td>
<a href="gallery/test6.typ"> <a href="./gallery/test6.typ">
<img src="gallery/test6.png" width="250px"> <img src="./gallery/test6.png" width="250px">
</a> </a>
</td> </td>
</tr> </tr>