fix link on Getting Started

update link on Getting Started to use the relative path
This commit is contained in:
CorainChicago 2015-12-29 15:15:42 -06:00
parent 12cd190cfc
commit 66b068c542

View File

@ -47,7 +47,7 @@ The `has_many`, `has_one`, and `belongs_to` declarations describe relationships
resources. By default, when you serialize a `Post`, you will get its `Comments`
as well.
For more information, see [Serializers](docs/general/serializers.md).
For more information, see [Serializers](/docs/general/serializers.md).
### Namespaced Models