We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b663775 commit 3c48531Copy full SHA for 3c48531
1 file changed
user_guide_src/source/libraries/uri.rst
@@ -206,9 +206,9 @@ URI Segments
206
207
Each section of the path between the slashes is a single segment.
208
209
-.. note:: URI Segments mean only the URI path part relative to the baseURL. If
210
- your baseURL contains sub folders, the values will be different from the
211
- current URI path.
+.. note:: In the case of your site URI, URI Segments mean only the URI path part
+ relative to the baseURL. If your baseURL contains sub folders, the values
+ will be different from the current URI path.
212
213
The URI class provides a simple way to determine
214
what the values of the segments are. The segments start at 1 being the furthest left of the path.
0 commit comments