-
-
Notifications
You must be signed in to change notification settings - Fork 114
Links between projects appear to be broken #243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Clicking https://www.emberjs.com/api-beta/ember-data/2.14.3/classes/DS.RecordArray, I am getting Internal Server Error |
The reason for the 500 and FB breaking is.
It looks like a race condition issue. Trying to access the controller befaure it got its model. I think after the merge of #239 it will be easier to get the version from |
looks to be broken until we merge #239 is merged |
* Update routes-and-templates.md Updated diff insertion markers on last diff under "Navigating with Links". * Update routes-and-templates.md on v3.5.0 Change diff lines on the right version
When clicking the Ember.ArrayProxy link below on https://www.emberjs.com/api-beta/ember-data/2.14.3/classes/DS.RecordArray, my destination link is https://www.emberjs.com/api-beta/ember-data/2.14.3/classes/Ember.ArrayProxy instead of https://www.emberjs.com/api-beta/ember/2.13.3/classes/Ember.ArrayProxy
The text was updated successfully, but these errors were encountered: