Skip to content

Commit eeca9e9

Browse files
committed
docs: fix section level
1 parent e01d622 commit eeca9e9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/changelogs/v4.4.0.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ exit call is moved to **public/index.php**.
7575
.. _v440-site-uri-changes:
7676

7777
Site URI Changes
78-
================
78+
----------------
7979

8080
A new ``SiteURI`` class that extends the ``URI`` class and represents the site
8181
URI has been added, and now it is used in many places that need the current URI.
@@ -85,7 +85,7 @@ Also, :php:func:`site_url()`, :php:func:`base_url()`, and :php:func:`current_url
8585
use the SiteURI internally.
8686

8787
getPath()
88-
---------
88+
^^^^^^^^^
8989

9090
The ``getPath()`` method now always returns the full URI path with leading ``/``.
9191
Therefore, when your baseURL has sub-directories and you want to get the relative
@@ -99,7 +99,7 @@ For example::
9999
getRoutePath(): foo/bar
100100

101101
Site URI Values
102-
---------------
102+
^^^^^^^^^^^^^^^
103103

104104
The SiteURI class normalizes site URIs more strictly than before, and some bugs
105105
have been fixed.

0 commit comments

Comments
 (0)