We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc66c5 commit fdbc13cCopy full SHA for fdbc13c
docs/ARCHITECTURE.md
@@ -15,7 +15,7 @@ and, if there is no serializer, primitives.
15
The **`ActiveModel::Adapter`** describes the structure of the JSON document generated from a
16
serializer. For example, the `Attributes` example represents each serializer as its
17
unmodified attributes. The `JsonApi` adapter represents the serializer as a [JSON
18
-API](jsonapi.org/) document.
+API](http://jsonapi.org/) document.
19
20
The **`ActiveModel::SerializableResource`** acts to coordinate the serializer(s) and adapter
21
to an object that responds to `to_json`, and `as_json`. It is used in the controller to
0 commit comments