File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -324,6 +324,10 @@ Returns the relative URL (without the scheme and host) for the given route.
324
324
If ``relative `` is enabled, it'll create a path relative to the current
325
325
path. More information in :ref: `templating-pages `.
326
326
327
+ .. note ::
328
+
329
+ More information about routing in :ref: `routing `.
330
+
327
331
url
328
332
~~~
329
333
@@ -342,6 +346,10 @@ Returns the absolute URL (with scheme and host) for the given route. If
342
346
``schemeRelative `` is enabled, it'll create a scheme-relative URL. More
343
347
information in :ref: `templating-pages `.
344
348
349
+ .. note ::
350
+
351
+ More information about routing in :ref: `routing `.
352
+
345
353
absolute_url
346
354
~~~~~~~~~~~~
347
355
Original file line number Diff line number Diff line change
1
+ .. _routing :
2
+
1
3
.. index ::
2
4
single: Routing
3
5
You can’t perform that action at this time.
0 commit comments