Skip to content

Commit fb2f809

Browse files
committed
docs: change "Route" to "Route path" and add description
The term "route" is ambiguous.
1 parent ecef7f7 commit fb2f809

1 file changed

Lines changed: 18 additions & 12 deletions

File tree

user_guide_src/source/general/urls.rst

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,15 @@ When you have the Base URL **https://www.example.com/** and imagine the followin
2929

3030
We use the following terms:
3131

32-
======== ============================
33-
Base URL **https://www.example.com/**
34-
URI path /blog/news/2022/10
35-
Route /blog/news/2022/10
36-
Query page=2
37-
======== ============================
32+
========== ============================ =========================================
33+
Term Example Description
34+
========== ============================ =========================================
35+
Base URL **https://www.example.com/** Base URL is often denoted as **baseURL**.
36+
URI path /blog/news/2022/10
37+
Route path blog/news/2022/10 The URI path relative to the Base URL.
38+
It is also called as **URI string**.
39+
Query page=2
40+
========== ============================ =========================================
3841

3942
Base URL contains Sub folders
4043
-----------------------------
@@ -45,12 +48,15 @@ When you have the Base URL **https://www.example.com/ci-blog/** and imagine the
4548

4649
We use the following terms:
4750

48-
======== ====================================
49-
Base URL **https://www.example.com/ci-blog/**
50-
URI path /ci-blog/blog/news/2022/10
51-
Route /blog/news/2022/10
52-
Query page=2
53-
======== ====================================
51+
========== ==================================== =========================================
52+
Term Example Description
53+
========== ==================================== =========================================
54+
Base URL **https://www.example.com/ci-blog/** Base URL is often denoted as **baseURL**.
55+
URI path /ci-blog/blog/news/2022/10
56+
Route path blog/news/2022/10 The URI path relative to the Base URL.
57+
It is also called as **URI string**.
58+
Query page=2
59+
========== ==================================== =========================================
5460

5561
.. _urls-remove-index-php:
5662

0 commit comments

Comments
 (0)