From 5eb32a75137f8ddfc76567e89b1e35c982cc3f7f Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Thu, 6 May 2021 11:48:48 +0100 Subject: [PATCH] docs: add missing repo API docs link (#3672) --- docs/core-api/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core-api/README.md b/docs/core-api/README.md index 055560db23..0578a9eef7 100644 --- a/docs/core-api/README.md +++ b/docs/core-api/README.md @@ -18,5 +18,6 @@ It is broken up into the following sections: * [PIN.md](PIN.md) * [PUBSUB.md](PUBSUB.md) * [REFS.md](REFS.md) +* [REPO.md](REPO.md) * [STATS.md](STATS.md) * [SWARM.md](SWARM.md)