Skip to content

Commit 4372afd

Browse files
committed
Yet Another Build Fix
1 parent 405e1ba commit 4372afd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

page_creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

8686
The Web Debug Toolbar: Debugging Dream

routing.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,5 +690,3 @@ Learn more
690690
:glob:
691691

692692
routing/*
693-
694-
.. _`FOSJsRoutingBundle`: https://github.com/FriendsOfSymfony/FOSJsRoutingBundle

routing/generate_url_javascript.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)