Skip to content

Commit 9fb5e8c

Browse files
committed
fixing referencial links with no space between the link and the reference
Find: \[(.*)\]:(\.\./.*\w)$ Replace: [$1]: ../$2/
1 parent 8984a9b commit 9fb5e8c

File tree

34 files changed

+34
-34
lines changed

34 files changed

+34
-34
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)