Skip to content

Commit 9272282

Browse files
Merge pull request #178 from jenweber/query-param-link
fix query params link to be relative #163
2 parents d469de2 + fe7978a commit 9272282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v3.4.0/controllers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The model is passed from the Route to the Controller by default using the [`setu
66

77
A Controller is usually paired with an individual Route of the same name.
88

9-
[Routing Query Parameters](https://guides.emberjs.com/release/routing/query-params/) should be defined within a controller.
9+
[Routing Query Parameters](../routing/query-params/) should be defined within a controller.
1010

1111
### Defining a Controller
1212

0 commit comments

Comments
 (0)