Skip to content

Commit

Permalink
chore: better link
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel authored and hacdias committed Mar 16, 2023
1 parent bbb4140 commit 7ce972e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http-gateways/PATH_GATEWAY.md
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ The following response types require an explicit opt-in, can only be requested w
- TAR (`?format=tar`)
- Deserialized UnixFS files and directories as a TAR file or a stream, see [IPIP-288](https://github.com/ipfs/specs/pull/288)
- IPNS Record
- Protobuf bytes representing a verifiable [IPNS Record](../ipns/IPNS.md#ipns-record) (multicodec `0x0300`)
- Protobuf bytes representing a verifiable [IPNS Record](../ipns/IPNS.md#record-serialization-format) (multicodec `0x0300`)

# Appendix: notes for implementers

Expand Down
2 changes: 1 addition & 1 deletion http-gateways/TRUSTLESS_GATEWAY.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Below response types MUST to be supported:

- [application/vnd.ipld.raw](https://www.iana.org/assignments/media-types/application/vnd.ipld.raw) – requests a single, verifiable raw block to be returned
- [application/vnd.ipld.car](https://www.iana.org/assignments/media-types/application/vnd.ipld.car) – disables IPLD/IPFS deserialization, requests a verifiable CAR stream to be returned
- [application/vnd.ipfs.ipns-record](https://www.iana.org/assignments/media-types/application/vnd.ipfs.ipns-record) – requests a verifiable[IPNS Record](../ipns/IPNS.md#ipns-record) (multicodec `0x0300`).
- [application/vnd.ipfs.ipns-record](https://www.iana.org/assignments/media-types/application/vnd.ipfs.ipns-record) – requests a verifiable [IPNS Record](../ipns/IPNS.md#record-serialization-format) (multicodec `0x0300`).

# HTTP Response

Expand Down

0 comments on commit 7ce972e

Please sign in to comment.