ember-api-docs icon indicating copy to clipboard operation
ember-api-docs copied to clipboard

corrupted link

Open yarigpopov opened this issue 7 years ago • 2 comments

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

yarigpopov avatar Nov 01 '18 08:11 yarigpopov

I guess the right link is https://www.emberjs.com/api/ember/3.5/classes/MutableArray/

yarigpopov avatar Nov 01 '18 08:11 yarigpopov

The fix is to go into the ManyArray source in ember data and change the @uses to reference MutableArray instead of Ember.MutableArray

toddjordan avatar Mar 28 '19 02:03 toddjordan