From 0e8f02e660952782834766d2851e9bd2d20c6a95 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Wed, 19 Oct 2022 23:47:35 +0200 Subject: [PATCH] ipns: ensure old links work Gently point at new location (until we clean up docs.ipfs.tech) --- IPNS.md | 1 + ipns/README.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 IPNS.md create mode 100644 ipns/README.md diff --git a/IPNS.md b/IPNS.md new file mode 100644 index 000000000..0127e44ed --- /dev/null +++ b/IPNS.md @@ -0,0 +1 @@ +Moved to [./ipns](./ipns/) diff --git a/ipns/README.md b/ipns/README.md new file mode 100644 index 000000000..8fc928e9f --- /dev/null +++ b/ipns/README.md @@ -0,0 +1,16 @@ +# IPNS Specifications + +## About + +**This directory** contains specifications related to IPNS. + +## **Intended audience** + +The goal of this spec is to provide the reference documentation that is +independent of specific language or existing implementation, allowing everyone +to create a compatible IPNS Record Publisher or Resolver. + +# Specification index + +* [IPNS.md](./IPNS.md) ← **START HERE** + * [IPNS_PUBSUB.md](./IPNS.md) - IPNS over PubSub