Skip to content

Commit

Permalink
Fixed javadoc references
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoppier committed Sep 23, 2024
1 parent df7df8d commit 221b1a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class TransformableValue<FROM, TO> {

/**
* Transforms the result value of a mapping.
* See the [documentation](https://mappie.tech/object-mapping/transforming/)
* See the [documentation](https://mappie.tech/object-mapping/the-transform-operator/)
*
* For example
* ```kotlin
Expand All @@ -23,7 +23,7 @@ public class TransformableValue<FROM, TO> {

/**
* Transforms the result value of a mapping using a different mapper.
* See the [documentation](https://mappie.tech/object-mapping/reusing-mappers/)
* See the [documentation](https://mappie.tech/object-mapping/the-via-operator/)
*
* @param mapper the mapper to transform the value with.
*/
Expand Down

0 comments on commit 221b1a7

Please sign in to comment.