Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0cbbc28

Browse files
committed
fixing build errors
1 parent 7f0163a commit 0cbbc28

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

page_creation.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,11 @@ To get a list of *all* of the routes in your system, use the ``debug:router`` co
168168
169169
You should see your *one* route so far:
170170

171-
------------------ -------- -------- ------ ---------------
172-
Name Method Scheme Host Path
173-
------------------ -------- -------- ------ ---------------
174-
app_lucky_number ANY ANY ANY /lucky/number
175-
------------------ -------- -------- ------ ---------------
171+
================== ======== ======== ====== ===============
172+
Name Method Scheme Host Path
173+
================== ======== ======== ====== ===============
174+
app_lucky_number ANY ANY ANY /lucky/number
175+
================== ======== ======== ====== ===============
176176

177177
You'll learn about many more commands as you continue!
178178

routing.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ the change is simple.
1515
.. index::
1616
single: Routing; Basics
1717

18+
.. _routing-creating-routes:
19+
1820
Creating Routes
1921
---------------
2022

0 commit comments

Comments
 (0)