Skip to content

Commit 70b7b08

Browse files
committed
fixing relative links
1 parent f493b8e commit 70b7b08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/v2.2.0/configuring-ember/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Ember CLI ships with support for managing your application's environment. Ember
22

33
The ENV object contains three important keys:
44

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/)).
66
- `APP` can be used to pass flags/options to your application instance.
77
- `environment` contains the name of the current environment (`development`,`production` or `test`).
88

guides/v2.2.0/templates/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ controllers and components.
5454

5555
Helpers bring a minimum of logic into Ember templating. Ember ships with several
5656
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/).

0 commit comments

Comments
 (0)