ember-api-docs
ember-api-docs copied to clipboard
corrupted link
on the page https://www.emberjs.com/api/ember-data/release/classes/DS.ManyArray
when I click Ember.MutableArray link of Uses (https://www.emberjs.com/api/ember-data/3.5/classes/Ember.MutableArray)
it goes to 404
I guess the right link is https://www.emberjs.com/api/ember/3.5/classes/MutableArray/
The fix is to go into the ManyArray source in ember data and change the @uses to reference MutableArray instead of Ember.MutableArray