ember-learn / ember-api-docs

Ember API Docs viewer
https://api.emberjs.com
MIT License
72 stars 116 forks source link

corrupted link #575

Open yarigpopov opened 5 years ago

yarigpopov commented 5 years ago

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 commented 5 years ago

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

toddjordan commented 5 years ago

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