Skip to content

Commit

Permalink
Merge pull request #137 from sunfishcode/sunfishcode/url-syntax
Browse files Browse the repository at this point in the history
Enclose URLs in documentation with angle brakcets.
  • Loading branch information
pchickey authored Nov 27, 2024
2 parents affc504 + cb831b3 commit cde260c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ their headers, trailers, and bodies.</p>
</ul>
<h4><a id="error_code"></a><code>variant error-code</code></h4>
<p>These cases are inspired by the IANA HTTP Proxy Error Types:
https://www.iana.org/assignments/http-proxy-status/http-proxy-status.xhtml#table-http-proxy-error-types</p>
<a href="https://www.iana.org/assignments/http-proxy-status/http-proxy-status.xhtml#table-http-proxy-error-types">https://www.iana.org/assignments/http-proxy-status/http-proxy-status.xhtml#table-http-proxy-error-types</a></p>
<h5>Variant Cases</h5>
<ul>
<li><a id="error_code.dns_timeout"></a><code>DNS-timeout</code></li>
Expand Down
2 changes: 1 addition & 1 deletion proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ their headers, trailers, and bodies.</p>
</ul>
<h4><a id="error_code"></a><code>variant error-code</code></h4>
<p>These cases are inspired by the IANA HTTP Proxy Error Types:
https://www.iana.org/assignments/http-proxy-status/http-proxy-status.xhtml#table-http-proxy-error-types</p>
<a href="https://www.iana.org/assignments/http-proxy-status/http-proxy-status.xhtml#table-http-proxy-error-types">https://www.iana.org/assignments/http-proxy-status/http-proxy-status.xhtml#table-http-proxy-error-types</a></p>
<h5>Variant Cases</h5>
<ul>
<li><a id="error_code.dns_timeout"></a><code>DNS-timeout</code></li>
Expand Down
2 changes: 1 addition & 1 deletion wit-0.3.0-draft/types.wit
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface types {
}

/// These cases are inspired by the IANA HTTP Proxy Error Types:
/// https://www.iana.org/assignments/http-proxy-status/http-proxy-status.xhtml#table-http-proxy-error-types
/// <https://www.iana.org/assignments/http-proxy-status/http-proxy-status.xhtml#table-http-proxy-error-types>
variant error-code {
DNS-timeout,
DNS-error(DNS-error-payload),
Expand Down
2 changes: 1 addition & 1 deletion wit/types.wit
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ interface types {
}

/// These cases are inspired by the IANA HTTP Proxy Error Types:
/// https://www.iana.org/assignments/http-proxy-status/http-proxy-status.xhtml#table-http-proxy-error-types
/// <https://www.iana.org/assignments/http-proxy-status/http-proxy-status.xhtml#table-http-proxy-error-types>
@since(version = 0.2.0)
variant error-code {
DNS-timeout,
Expand Down

0 comments on commit cde260c

Please sign in to comment.