File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Ember CLI ships with support for managing your application's environment. Ember
2
2
3
3
The ENV object contains three important keys:
4
4
5
- - ` EmberENV ` can be used to define Ember feature flags (see the [ Feature Flags guide] ( .. /feature-flags/ ) ).
5
+ - ` EmberENV ` can be used to define Ember feature flags (see the [ Feature Flags guide] ( ./feature-flags/ ) ).
6
6
- ` APP ` can be used to pass flags/options to your application instance.
7
7
- ` environment ` contains the name of the current environment (` development ` ,` production ` or ` test ` ).
8
8
Original file line number Diff line number Diff line change @@ -54,4 +54,4 @@ controllers and components.
54
54
55
55
Helpers bring a minimum of logic into Ember templating. Ember ships with several
56
56
built-in helpers, which are explained in the following guides, and also allows
57
- you to [ write your own helpers] ( .. /writing-helpers/ ) .
57
+ you to [ write your own helpers] ( ./writing-helpers/ ) .
You can’t perform that action at this time.
0 commit comments