Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 543ebc6

Browse files
committed
chore: fix build
1 parent 5bd026e commit 543ebc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
This is a [ContentRouting](https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface.content_routing.ContentRouting.html)
1111
implementation that makes use of the [@helia/delegated-routing-v1-http-api-client](https://www.npmjs.com/package/@helia/delegated-routing-v1-http-api-client)
12-
to use servers that implement the snappily-titled [Delegated Routing V1 HTTP API](Delegated Routing V1 HTTP API)
12+
to use servers that implement the snappily-titled [Delegated Routing V1 HTTP API](https://specs.ipfs.tech/routing/http-routing-v1/)
1313
spec to get/put IPNS records and to resolve providers for CIDs.
1414

1515
## Table of contents <!-- omit in toc -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"test:node": "aegir test -t node --cov",
131131
"test:electron-main": "aegir test -t electron-main",
132132
"release": "aegir release",
133-
"docs": "aegir docs -- --includeVersion false"
133+
"docs": "aegir docs"
134134
},
135135
"dependencies": {
136136
"@helia/delegated-routing-v1-http-api-client": "^1.0.1",

0 commit comments

Comments
 (0)