Skip to content

Commit df594c6

Browse files
committed
Merge pull request #1410 from georgemillo/patch-1
Fix broken link in guides
2 parents 7bc66c5 + fdbc13c commit df594c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and, if there is no serializer, primitives.
1515
The **`ActiveModel::Adapter`** describes the structure of the JSON document generated from a
1616
serializer. For example, the `Attributes` example represents each serializer as its
1717
unmodified attributes. The `JsonApi` adapter represents the serializer as a [JSON
18-
API](jsonapi.org/) document.
18+
API](http://jsonapi.org/) document.
1919

2020
The **`ActiveModel::SerializableResource`** acts to coordinate the serializer(s) and adapter
2121
to an object that responds to `to_json`, and `as_json`. It is used in the controller to

0 commit comments

Comments
 (0)