From 7ce972e1958164840e4bdaf4012d53ba4322676f Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Thu, 16 Feb 2023 02:44:46 +0100 Subject: [PATCH] chore: better link --- http-gateways/PATH_GATEWAY.md | 2 +- http-gateways/TRUSTLESS_GATEWAY.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/http-gateways/PATH_GATEWAY.md b/http-gateways/PATH_GATEWAY.md index e2404ec91..08d4d9817 100644 --- a/http-gateways/PATH_GATEWAY.md +++ b/http-gateways/PATH_GATEWAY.md @@ -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 diff --git a/http-gateways/TRUSTLESS_GATEWAY.md b/http-gateways/TRUSTLESS_GATEWAY.md index 4a771b38e..c0813fda5 100644 --- a/http-gateways/TRUSTLESS_GATEWAY.md +++ b/http-gateways/TRUSTLESS_GATEWAY.md @@ -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