Open
Description
Steps to Reproduce:
- https://api.emberjs.com/ember-data/release/classes/Store/methods/queryRecord?anchor=queryRecord
- Scroll down to "queryRecord" documentation.
- In the sentence "This method makes a request for one record, where the id is not known beforehand (if the id is known, use findRecord instead)", click "findRecord".
Expected:
You're taken to the "findRecord" documentation
Actual:
You're taken to this URL which doesn't load:
https://api.emberjs.com/ember-data/release/classes/Store/classes/Store/methods/findRecord?anchor=findRecord
with the error message:
"Cannot GET /ember-data/release/classes/Store/classes/Store/methods/findRecord"