Skip to content

Commit fe7978a

Browse files
committed
fix query params link to be relative #163
1 parent 52c6504 commit fe7978a

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)