Skip to content

Commit 8984a9b

Browse files
committed
Revert "fixing referencial links with no space between the link and the reference"
This reverts commit e054102.
1 parent e054102 commit 8984a9b

File tree

35 files changed

+35
-35
lines changed

35 files changed

+35
-35
lines changed

guides/v2.0.0/ember-inspector/object-inspector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ property updates in your app, it will be reflected in the Inspector.
1717

1818
If a property name is preceded by a calculator icon, that means it is a [computed property][computed-property]. If the value of a computed property hasn't yet been computed, you can
1919
click on the calculator to compute it.
20-
[computed-property]: ../../../object-model/computed-properties/
20+
[computed-property]:../../object-model/computed-properties
2121

2222
### Exposing Objects to the Console
2323

guides/v2.0.0/ember-inspector/view-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The View Tree shows you the currently rendered templates, models, controllers, a
44
<img src="/images/guides/ember-inspector/view-tree-screenshot.png" width="680">
55

66
Use the tips described in [Object Inspector][object-inspector] to inspect models and controllers. See below for templates and components.
7-
[object-inspector]: ../../object-inspector/
7+
[object-inspector]:../object-inspector
88

99
### Inspecting Templates
1010

guides/v2.1.0/ember-inspector/object-inspector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ property updates in your app, it will be reflected in the Inspector.
1717

1818
If a property name is preceded by a calculator icon, that means it is a [computed property][computed-property]. If the value of a computed property hasn't yet been computed, you can
1919
click on the calculator to compute it.
20-
[computed-property]: ../../../object-model/computed-properties/
20+
[computed-property]:../../object-model/computed-properties
2121

2222
### Exposing Objects to the Console
2323

guides/v2.1.0/ember-inspector/view-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The View Tree shows you the currently rendered templates, models, controllers, a
44
<img src="/images/guides/ember-inspector/view-tree-screenshot.png" width="680">
55

66
Use the tips described in [Object Inspector][object-inspector] to inspect models and controllers. See below for templates and components.
7-
[object-inspector]: ../../object-inspector/
7+
[object-inspector]:../object-inspector
88

99
### Inspecting Templates
1010

guides/v2.10.0/ember-inspector/object-inspector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ property updates in your app, it will be reflected in the Inspector.
1717

1818
If a property name is preceded by a calculator icon, that means it is a [computed property][computed-property]. If the value of a computed property hasn't yet been computed, you can
1919
click on the calculator to compute it.
20-
[computed-property]: ../../../object-model/computed-properties/
20+
[computed-property]:../../object-model/computed-properties
2121

2222
### Exposing Objects to the Console
2323

guides/v2.10.0/ember-inspector/view-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The View Tree shows you the currently rendered templates, models, controllers, a
44
<img src="/images/guides/ember-inspector/view-tree-screenshot.png" width="680">
55

66
Use the tips described in [Object Inspector][object-inspector] to inspect models and controllers. See below for templates and components.
7-
[object-inspector]: ../../object-inspector/
7+
[object-inspector]:../object-inspector
88

99
### Inspecting Templates
1010

guides/v2.11.0/ember-inspector/object-inspector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ property updates in your app, it will be reflected in the Inspector.
1717

1818
If a property name is preceded by a calculator icon, that means it is a [computed property][computed-property]. If the value of a computed property hasn't yet been computed, you can
1919
click on the calculator to compute it.
20-
[computed-property]: ../../../object-model/computed-properties/
20+
[computed-property]:../../object-model/computed-properties
2121

2222
### Exposing Objects to the Console
2323

guides/v2.11.0/ember-inspector/view-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The View Tree shows you the currently rendered templates, models, controllers, a
44
<img src="/images/guides/ember-inspector/view-tree-screenshot.png" width="680">
55

66
Use the tips described in [Object Inspector][object-inspector] to inspect models and controllers. See below for templates and components.
7-
[object-inspector]: ../../object-inspector/
7+
[object-inspector]:../object-inspector
88

99
### Inspecting Templates
1010

guides/v2.12.0/ember-inspector/object-inspector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ property updates in your app, it will be reflected in the Inspector.
1717

1818
If a property name is preceded by a calculator icon, that means it is a [computed property][computed-property]. If the value of a computed property hasn't yet been computed, you can
1919
click on the calculator to compute it.
20-
[computed-property]: ../../../object-model/computed-properties/
20+
[computed-property]:../../object-model/computed-properties
2121

2222
### Exposing Objects to the Console
2323

guides/v2.12.0/ember-inspector/view-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The View Tree shows you the currently rendered templates, models, controllers, a
44
<img src="/images/guides/ember-inspector/view-tree-screenshot.png" width="680">
55

66
Use the tips described in [Object Inspector][object-inspector] to inspect models and controllers. See below for templates and components.
7-
[object-inspector]: ../../object-inspector/
7+
[object-inspector]:../object-inspector
88

99
### Inspecting Templates
1010

0 commit comments

Comments
 (0)