File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ to creating a page?
80
80
81
81
#. *Create a controller *: The method below the route - ``numberAction() `` - is called
82
82
the *controller *: this is a function where *you * build the page and ultimately
83
- return a ``Response `` object. You'll learn more about :doc: `controllers </controllers >`
83
+ return a ``Response `` object. You'll learn more about :doc: `controllers </controller >`
84
84
in their own section, including how to return JSON responses;
85
85
86
86
The Web Debug Toolbar: Debugging Dream
Original file line number Diff line number Diff line change @@ -690,5 +690,3 @@ Learn more
690
690
:glob:
691
691
692
692
routing/*
693
-
694
- .. _`FOSJsRoutingBundle` : https://github.com/FriendsOfSymfony/FOSJsRoutingBundle
Original file line number Diff line number Diff line change @@ -31,3 +31,5 @@ the `FOSJsRoutingBundle`_. It makes the following possible:
31
31
var url = Routing .generate (' blog_show' , {
32
32
' slug' : ' my-blog-post'
33
33
});
34
+
35
+ .. _`FOSJsRoutingBundle` : https://github.com/FriendsOfSymfony/FOSJsRoutingBundle
You can’t perform that action at this time.
0 commit comments