28 lines
541 B
Plaintext
28 lines
541 B
Plaintext
# Absolutization of RFC 3986 URIs
|
|
|
|
## Absolute URI
|
|
[](http://example.com/)
|
|
|
|
## Network-path reference
|
|
[](//example.com/)
|
|
|
|
## Absolute path
|
|
[](/path/to/content)
|
|
|
|
## Relative path
|
|
[](content)
|
|
|
|
## Dot-relative path
|
|
[](./content)
|
|
|
|
[](../content)
|
|
|
|
## Same-document query
|
|
[](?)
|
|
|
|
## Same-document fragment
|
|
[](#)
|
|
|
|
## Empty
|
|
[section 4.2]()
|