Skip to content

Commit 3342c7a

Browse files
authored
Merge pull request #529 from CodeDoes/patch-1
Update route.md
2 parents 0a9b2e0 + 513a69f commit 3342c7a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/essential/route.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,11 @@ We can categorize the URL and path as follows:
186186

187187
| URL | Path |
188188
| ------------------------------- | ------------ |
189-
| http://site.com/ | / |
190-
| http://site.com/hello | /hello |
191-
| http://site.com/hello/world | /hello/world |
192-
| http://site.com/hello?name=salt | /hello |
193-
| http://site.com/hello#title | /hello |
189+
| http://example.com/ | / |
190+
| http://example.com/hello | /hello |
191+
| http://example.com/hello/world | /hello/world |
192+
| http://example.com/hello?name=salt | /hello |
193+
| http://example.com/hello#title | /hello |
194194

195195
::: tip
196196
If the path is not specified, the browser and web server will treat the path as '/' as a default value.

0 commit comments

Comments
 (0)