From c9313d28997ba0af11d837f47413fbcbf3b78e1c Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Thu, 12 Dec 2019 17:18:56 +0000 Subject: [PATCH] docs: fix the ToC links --- doc/API.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/API.md b/doc/API.md index ba17815fdf..b4eaf4eac9 100644 --- a/doc/API.md +++ b/doc/API.md @@ -6,26 +6,26 @@ * [`start`](#start) * [`stop`](#stop) * [`dial`](#dial) - * [`dialProtocol`](#dialProtocol) + * [`dialProtocol`](#dialprotocol) * [`hangUp`](#hangUp) * [`handle`](#handle) * [`unhandle`](#unhandle) * [`ping`](#ping) - * [`peerRouting.findPeer`](#peerRouting.findPeer) - * [`contentRouting.findProviders`](#contentRouting.findProviders) - * [`contentRouting.provide`](#contentRouting.provide) - * [`contentRouting.put`](#contentRouting.put) - * [`contentRouting.get`](#contentRouting.get) - * [`contentRouting.getMany`](#contentRouting.getMany) - * [`pubsub.getSubscribers`](#pubsub.getSubscribers) - * [`pubsub.getTopics`](#pubsub.getTopics) - * [`pubsub.publish`](#pubsub.publish) - * [`pubsub.subscribe`](#pubsub.subscribe) - * [`metrics.global`](#metrics.global) - * [`metrics.peers`](#metrics.peers) - * [`metrics.protocols`](#metrics.protocols) - * [`metrics.forPeer`](#metrics.forPeer) - * [`metrics.forProtocol`](#metrics.forProtocol) + * [`peerRouting.findPeer`](#peerRoutingfindPeer) + * [`contentRouting.findProviders`](#contentroutingfindproviders) + * [`contentRouting.provide`](#contentroutingprovide) + * [`contentRouting.put`](#contentroutingput) + * [`contentRouting.get`](#contentroutingget) + * [`contentRouting.getMany`](#contentroutinggetmany) + * [`pubsub.getSubscribers`](#pubsubgetsubscribers) + * [`pubsub.getTopics`](#pubsubgettopics) + * [`pubsub.publish`](#pubsubpublish) + * [`pubsub.subscribe`](#pubsubsubscribe) + * [`metrics.global`](#metricsglobal) + * [`metrics.peers`](#metricspeers) + * [`metrics.protocols`](#metricsprotocols) + * [`metrics.forPeer`](#metricsforpeer) + * [`metrics.forProtocol`](#metricsforprotocol) * [Types](#types) * [`Stats`](#stats)