Skip to content

Commit 66b068c

Browse files
committed
fix link on Getting Started
update link on Getting Started to use the relative path
1 parent 12cd190 commit 66b068c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The `has_many`, `has_one`, and `belongs_to` declarations describe relationships
4747
resources. By default, when you serialize a `Post`, you will get its `Comments`
4848
as well.
4949

50-
For more information, see [Serializers](docs/general/serializers.md).
50+
For more information, see [Serializers](/docs/general/serializers.md).
5151

5252
### Namespaced Models
5353

0 commit comments

Comments
 (0)