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?
8080
8181#. *Create a controller *: The method below the route - ``numberAction() `` - is called
8282 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 >`
8484 in their own section, including how to return JSON responses;
8585
8686The Web Debug Toolbar: Debugging Dream
Original file line number Diff line number Diff line change @@ -690,5 +690,3 @@ Learn more
690690 :glob:
691691
692692 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:
3131 var url = Routing .generate (' blog_show' , {
3232 ' slug' : ' my-blog-post'
3333 });
34+
35+ .. _`FOSJsRoutingBundle` : https://github.com/FriendsOfSymfony/FOSJsRoutingBundle
You can’t perform that action at this time.
0 commit comments