Skip to content

Commit

Permalink
fix: remove unnecessary link on beagle framework (#640)
Browse files Browse the repository at this point in the history
remove unnecessary github link from beagle framework tutorial on backend customization (this link exists only on English pages)
  • Loading branch information
luismaximozup committed Jun 16, 2021
1 parent f7f6e82 commit 8ba95c3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,7 +42,7 @@ val mapper = // however your ObjectMapper is initialized
mapper.registerModule(BeagleModule)
```

Or you can use the function `beagleObjectMapper`. This function returns a `ObjectMapper` using `jacksonObjectMapper()`[**`https://github.com/ZupIT/beagle/pull/229/files`**](https://github.com/ZupIT/beagle/pull/229/files) with a `BeagleModule` registered.
Or you can use the function `beagleObjectMapper`. This function returns a `ObjectMapper` using `jacksonObjectMapper()` with a `BeagleModule` registered.

```kotlin
val mapper = BeagleSerializationUtil.beagleObjectMapper()
Expand Down

0 comments on commit 8ba95c3

Please sign in to comment.