Skip to content

Commit a0fbdae

Browse files
Package bot fixes (#184)
2 parents a3768bd + 86a5e50 commit a0fbdae

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ CeTZ-Plot requires CeTZ version ≥ 0.5.0!
1010
<tr>
1111
<td>
1212
<a href="gallery/line.typ">
13-
<img src="gallery/line.png" width="250px">
13+
<img src="gallery/line.png" width="250px" alt="Line plot example">
1414
</a>
1515
</td>
1616
<td>
1717
<a href="gallery/piechart.typ">
18-
<img src="gallery/piechart.png" width="250px">
18+
<img src="gallery/piechart.png" width="250px" alt="Piechart example">
1919
</a>
2020
</td>
2121
<td>
2222
<a href="gallery/barchart.typ">
23-
<img src="gallery/barchart.png" width="250px">
23+
<img src="gallery/barchart.png" width="250px" alt="Barchart example">
2424
</a>
2525
</td>
2626
</tr><tr>
@@ -31,12 +31,12 @@ CeTZ-Plot requires CeTZ version ≥ 0.5.0!
3131
<tr>
3232
<td>
3333
<a href="gallery/pyramid.typ">
34-
<img src="gallery/pyramid.png" width="250px">
34+
<img src="gallery/pyramid.png" width="250px" alt="Stacked pyramid chart example">
3535
</a>
3636
</td>
3737
<td colspan="2">
3838
<a href="gallery/process.typ">
39-
<img src="gallery/process.png" width="500px">
39+
<img src="gallery/process.png" width="500px" alt="Process chart example">
4040
</a>
4141
</td>
4242
</tr><tr>
@@ -46,7 +46,7 @@ CeTZ-Plot requires CeTZ version ≥ 0.5.0!
4646
<tr>
4747
<td>
4848
<a href="gallery/circular.typ">
49-
<img src="gallery/circular.png" width="250px">
49+
<img src="gallery/circular.png" width="250px" alt="Circular process chart example">
5050
</a>
5151
</td>
5252
</tr><tr>
@@ -59,7 +59,7 @@ CeTZ-Plot requires CeTZ version ≥ 0.5.0!
5959

6060
## Usage
6161

62-
For information, see the [manual (stable)](https://github.com/cetz-package/cetz-plot/blob/stable/manual.pdf?raw=true).
62+
For information, see the [manual ](./manual.pdf?raw=true).
6363

6464
To use this package, simply add the following code to your document:
6565
```

0 commit comments

Comments
 (0)