Skip to content

Commit ea8aa85

Browse files
author
Jen Weber
authored
Merge pull request ember-learn#311 from sonic1981/master
Add link to the query parameters section in routing from links
2 parents 40ca2ce + 5d77641 commit ea8aa85

File tree

23 files changed

+43
-0
lines changed

23 files changed

+43
-0
lines changed

guides/v2.10.0/templates/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The `query-params` helper can be used to set query params on a link:
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115115

116+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
117+
116118
### Using link-to as an inline helper
117119

118120
In addition to being used as a block expression, the

guides/v2.11.0/templates/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The `query-params` helper can be used to set query params on a link:
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115115

116+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
117+
116118
### Using link-to as an inline component
117119

118120
In addition to being used as a block expression, the

guides/v2.12.0/templates/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The `query-params` helper can be used to set query params on a link:
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115115

116+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
117+
116118
### Using link-to as an inline component
117119

118120
In addition to being used as a block expression, the

guides/v2.13.0/templates/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The `query-params` helper can be used to set query params on a link:
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115115

116+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
117+
116118
### Using link-to as an inline component
117119

118120
In addition to being used as a block expression, the

guides/v2.14.0/templates/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The `query-params` helper can be used to set query params on a link:
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115115

116+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
117+
116118
### Using link-to as an inline component
117119

118120
In addition to being used as a block expression, the

guides/v2.15.0/templates/links.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ The `query-params` helper can be used to set query params on a link:
112112
// Binding is also supported
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
115116

116117
### Using link-to as an inline component
117118

guides/v2.16.0/templates/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The `query-params` helper can be used to set query params on a link:
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115115

116+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
117+
116118
### Using link-to as an inline component
117119

118120
In addition to being used as a block expression, the

guides/v2.17.0/templates/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The `query-params` helper can be used to set query params on a link:
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115115

116+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
117+
116118
### Using link-to as an inline component
117119

118120
In addition to being used as a block expression, the

guides/v2.18.0/templates/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The `query-params` helper can be used to set query params on a link:
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115115

116+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
117+
116118
### Using link-to as an inline component
117119

118120
In addition to being used as a block expression, the

guides/v2.3.0/templates/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The `query-params` helper can be used to set query params on a link:
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115115

116+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
117+
116118
### Using link-to as an inline helper
117119

118120
In addition to being used as a block expression, the

guides/v2.4.0/templates/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The `query-params` helper can be used to set query params on a link:
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115115

116+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
117+
116118
### Using link-to as an inline helper
117119

118120
In addition to being used as a block expression, the

guides/v2.5.0/templates/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The `query-params` helper can be used to set query params on a link:
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115115

116+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
117+
116118
### Using link-to as an inline helper
117119

118120
In addition to being used as a block expression, the

guides/v2.6.0/templates/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The `query-params` helper can be used to set query params on a link:
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115115

116+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
117+
116118
### Using link-to as an inline helper
117119

118120
In addition to being used as a block expression, the

guides/v2.7.0/templates/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The `query-params` helper can be used to set query params on a link:
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115115

116+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
117+
116118
### Using link-to as an inline helper
117119

118120
In addition to being used as a block expression, the

guides/v2.8.0/templates/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The `query-params` helper can be used to set query params on a link:
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115115

116+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
117+
116118
### Using link-to as an inline helper
117119

118120
In addition to being used as a block expression, the

guides/v2.9.0/templates/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The `query-params` helper can be used to set query params on a link:
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115115

116+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
117+
116118
### Using link-to as an inline helper
117119

118120
In addition to being used as a block expression, the

guides/v3.0.0/templates/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The `query-params` helper can be used to set query params on a link:
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115115

116+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
117+
116118
### Using link-to as an inline component
117119

118120
In addition to being used as a block expression, the

guides/v3.1.0/templates/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The `query-params` helper can be used to set query params on a link:
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115115

116+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
117+
116118
### Using link-to as an inline component
117119

118120
In addition to being used as a block expression, the

guides/v3.2.0/templates/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The `query-params` helper can be used to set query params on a link:
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115115

116+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
117+
116118
### Using link-to as an inline component
117119

118120
In addition to being used as a block expression, the

guides/v3.3.0/templates/links.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ The `query-params` helper can be used to set query params on a link:
112112
// Binding is also supported
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
115116

116117
### Using link-to as an inline component
117118

guides/v3.4.0/templates/links.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ The `query-params` helper can be used to set query params on a link:
112112
// Binding is also supported
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
115116

116117
### Using link-to as an inline component
117118

guides/v3.5.0/templates/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The `query-params` helper can be used to set query params on a link:
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115115

116+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
117+
116118
### Using link-to as an inline component
117119

118120
In addition to being used as a block expression, the

guides/v3.6.0/templates/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The `query-params` helper can be used to set query params on a link:
113113
{{#link-to "posts" (query-params direction=otherDirection)}}Sort{{/link-to}}
114114
```
115115

116+
For more information on how to use query parameters see the [query parameters](../../routing/query-params/) section in Routing.
117+
116118
### Using link-to as an inline component
117119

118120
In addition to being used as a block expression, the

0 commit comments

Comments
 (0)