Skip to content

Commit 07cf6be

Browse files
authored
Fixed wrong doc links in packages README files (#136)
1 parent 03e3a73 commit 07cf6be

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ composer require yokai/batch-symfony-serializer
2222

2323
## Documentation
2424

25+
Please read the [dedicated documentation page](https://yokai-batch.readthedocs.io/en/0.x/bridges/symfony-serializer.html).
26+
2527
This package provides:
2628

27-
- an [item processor](https://github.com/yokai-php/batch-src/blob/0.x/docs/batch-symfony-serializer/normalize-item-processor.md) that uses normalization
28-
- an [item processor](https://github.com/yokai-php/batch-src/blob/0.x/docs/batch-symfony-serializer/denormalize-item-processor.md) that uses denormalization
29-
- a [job execution serializer](https://github.com/yokai-php/batch-src/blob/0.x/docs/batch-symfony-serializer/job-execution-serializer.md) that uses serialization
29+
- an [item job processor](https://github.com/yokai-php/batch-symfony-serializer/blob/0.x/src/NormalizeItemProcessor.php) that normalizes every item
30+
- an [item job processor](https://github.com/yokai-php/batch-symfony-serializer/blob/0.x/src/DenormalizeItemProcessor.php) that denormalizes every item
3031

3132

3233
## Contribution

0 commit comments

Comments
 (0)