Merge pull request #1407 from CorainChicago/fix-link-on-Getting-Started.md

Fix link on Getting Started page [ci skip]
This commit is contained in:
Benjamin Fleischer 2015-12-29 23:07:38 -06:00
commit a4d5e3885a

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