Skip to content

Commit feae286

Browse files
committed
cleanup some citations
1 parent 29d8158 commit feae286

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

mature/src/http-gateways/path-gateway.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ provides basic primitives for integrating IPFS resources within existing HTTP
1717
stack.
1818

1919
**Note:** additional Web Gateways aimed for website hosting and web browsers
20-
extend the below spec and are defined in
21-
[SUBDOMAIN_GATEWAY.md](./SUBDOMAIN_GATEWAY.md) and
22-
[DNSLINK_GATEWAY.md](./DNSLINK_GATEWAY.md). There is also a minimal
23-
[TRUSTLESS_GATEWAY.md](./TRUSTLESS_GATEWAY.md) specification for use cases
24-
where client prefers to perform all validation locally.
20+
extend the below spec and are defined in :cite[subdomain-gateway] and
21+
:cite[dnslink-gateway]. There is also a minimal :cite[trustless-gateway]
22+
specification for use cases where client prefers to perform all validation locally.
2523

2624
# HTTP API
2725

mature/src/http-gateways/subdomain-gateway.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ See: [URI router](#uri-router)
158158

159159
## Migrating from Path to Subdomain Gateway
160160

161-
Subdomain Gateway MUST implement a redirect on paths defined in [`PATH_GATEWAY.md`](./PATH_GATEWAY.md).
161+
Subdomain Gateway MUST implement a redirect on paths defined in :cite[path-gateway].
162162

163163
HTTP redirect will route path requests to correct subdomains on the same domain
164164
name, unless [`X-Forwarded-Host`](#x-forwarded-host-request-header) is present.

0 commit comments

Comments
 (0)