Skip to content

Commit 13cb56a

Browse files
authored
docs: fix references in migration guide
1 parent 6cc9564 commit 13cb56a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/migrate-libpng.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ See also: [Progressive image decoding](decode.md#progressive-image-decoding)
255255
256256
| libpng | spng | Notes |
257257
|---------------------|--------------------------------------------------------|-------------------------------------|
258-
| `png_read_row()` | [`spng_decode_row()`](encode.md#spng_decode_row) | |
259-
| `png_write_image()` | [`spng_encode_image()`](encode.md#spng_decode_image) | |
258+
| `png_read_row()` | [`spng_decode_row()`](decode.md#spng_decode_row) | |
259+
| `png_read_image()` | [`spng_decode_image()`](decode.md#spng_decode_image) | |
260260
| `png_read_info()` | [`spng_decode_chunks()`](decode.md#spng_decode_chunks) | Optional, chunks are read on-demand |
261261
| `png_read_end()` | [`spng_decode_chunks()`](decode.md#spng_decode_chunks) | Optional, chunks are read on-demand |
262262
@@ -388,4 +388,4 @@ Filter choice flags for [`spng_set_option()`](context.md#spng_set_option) when u
388388
| `png_write_chunk()` | N/A | Not supported |
389389
| `png_write_chunk_start()` | N/A | Not supported |
390390
| `png_write_chunk_data()` | N/A | Not supported |
391-
| `png_write_chunk_end()` | N/A | Not supported |
391+
| `png_write_chunk_end()` | N/A | Not supported |

0 commit comments

Comments
 (0)