Skip to content

Commit 17f5027

Browse files
authored
point to the direct deprecation guide url
1 parent eedffb5 commit 17f5027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/configuring-ember/optional-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ We commit it to our repository and we are off to the races!
5555
5656
### no-implicit-route-model
5757
58-
This feature is related to esoteric features of route model loading that you likely do not use, or know exist, and [have been deprecated](https://deprecations.emberjs.com/v5.x#toc_deprecate-implicit-route-model) in `5.3.0`. They are due to be removed in `6.0.0`. To clear the deprecation, you can enable this feature.
58+
This feature is related to esoteric features of route model loading that you likely do not use, or know exist, and [have been deprecated](https://deprecations.emberjs.com/id/deprecate-implicit-route-model/) in `5.3.0`. They are due to be removed in `6.0.0`. To clear the deprecation, you can enable this feature.
5959
6060
With this feature disabled, Ember will automatically load a route's model if the `model` hook has not been implemented. In this case, Ember will attempt to try a few things before rendering this route's template.
6161

0 commit comments

Comments
 (0)