Apply suggestions from code review

Co-authored-by: Benedikt Kulmann <benedikt@kulmann.biz>
This commit is contained in:
Michael Barz
2021-10-28 12:05:46 +02:00
committed by GitHub
parent 23edc59074
commit dd1e7dfe06

View File

@@ -97,14 +97,14 @@ This ADR is limited to the scope of "how will a web client deal with the browser
## Decision Outcome
Chosen option: "Mixed global URLs", because it meets the reuirement to contain a path and a stable identifier.
Chosen option: "Mixed global URLs", because it meets the requirement to contain a path and a stable identifier.
### Positive Consequences <!-- optional -->
* The path makes it "human readable"
* The URL can be bookmarked
* The bookmarked URLs remain stable even if the path changes
* All urls can be shortened to hide any metadata like path, resource name and query parameters
* All URLs can be shortened to hide any metadata like path, resource name and query parameters
### Negative Consequences <!-- optional -->