Skip to content

Commit

Permalink
Fix docs link. (#5221)
Browse files Browse the repository at this point in the history
When rendered, this links to https://www.emberjs.com/api/ember-data/2.15/classes/DS.JSONSerializer.html - which 404's. Correct link doesn't have the `.html`.
  • Loading branch information
luketheobscure authored and igorT committed Jan 29, 2018
1 parent b03b855 commit 5130a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/serializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import EmberObject from '@ember/object';
* `normalize()`
For an example implementation, see
[DS.JSONSerializer](DS.JSONSerializer.html), the included JSON serializer.
[DS.JSONSerializer](DS.JSONSerializer), the included JSON serializer.
@class Serializer
@namespace DS
Expand Down

0 comments on commit 5130a97

Please sign in to comment.