Skip to content

Commit 555bbc0

Browse files
aniketschneiderbeauby
authored andcommitted
Fix broken links on serialization and deserialization index pages. (#21)
1 parent 96ddc4c commit 555bbc0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/guides/deserialization/index.html.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ Once your deserializable resources are defined, you can call them on hashes
1111
representing input JSON API payloads, and obtain a hash that you can use
1212
directly to create/update your models.
1313

14-
- [Defining deserializable resources](guides/deserialization/defining.html)
15-
- [Deserializing payloads](guides/deserialization/deserializing.html)
14+
- [Defining deserializable resources](/guides/deserialization/defining.html)
15+
- [Deserializing payloads](/guides/deserialization/deserializing.html)

source/guides/serialization/index.html.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Once your serializable resources are defined, you can pass your business objects
1414
to the *renderer*, that will build the appropriate serializable resources, and
1515
render them into a JSON API document.
1616

17-
- [Defining serializable resources](guides/serialization/defining.html)
18-
- [Rendering JSON API documents](guides/serialization/rendering.html)
17+
- [Defining serializable resources](/guides/serialization/defining.html)
18+
- [Rendering JSON API documents](/guides/serialization/rendering.html)

0 commit comments

Comments
 (0)