mirror of
https://github.com/wekan/wekan.git
synced 2026-02-25 17:34:07 +01:00
31 lines
585 B
Markdown
31 lines
585 B
Markdown
|
|
---
|
||
|
|
baseUrl: "http://example.com/base/"
|
||
|
|
---
|
||
|
|
# 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]()
|