Skip to content

Commit b557265

Browse files
committed
chore: fix broken link
1 parent f84448c commit b557265

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/install/command-line.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ This guide describes the available installation processes for IPFS Kubo, a Go-ba
1010

1111
- Runs an IPFS-Node as a network service that is part of LAN and WAN ([Amino](https://probelab.io/ipfs/amino/)) DHT
1212
- [HTTP Gateway](https://specs.ipfs.tech/http-gateways/) (`/ipfs` and `/ipns`) functionality for trusted and [trustless](https://docs.ipfs.tech/reference/http/gateway/#trustless-verifiable-retrieval) content retrieval
13-
- [HTTP Routing V1](https://specs.ipfs.tech/routing/http-routing-v1/) (`/routing/v1`) client and server implementation for [delegated routing](./docs/delegated-routing.md) lookups
13+
- [HTTP Routing V1](https://specs.ipfs.tech/routing/http-routing-v1/) (`/routing/v1`) client and server implementation for [delegated routing](https://github.com/ipfs/kubo/blob/master/docs/delegated-routing.md) lookups
1414
- [HTTP Kubo RPC API](https://docs.ipfs.tech/reference/kubo/rpc/) (`/api/v0`) to access and control the daemon
1515
- [Command Line Interface](https://docs.ipfs.tech/reference/kubo/cli/) (`ipfs --help`) based on (`/api/v0`) RPC API
1616
- [WebUI](https://github.com/ipfs/ipfs-webui/#readme) to manage the Kubo node
17-
- [Content blocking](/docs/content-blocking.md) support for operators of public nodes
17+
- [Content blocking](https://github.com/ipfs/kubo/blob/master/docs/content-blocking.md) support for operators of public nodes
1818
- Binaries for Windows, MacOS, Linux, FreeBSD and OpenBSD
1919

2020
Installing Kubo in the command line is handy for many use cases, such as building applications and services on top of an IPFS node, or setting up a node without a user interface (which is usually the case with remote servers or virtual machines).
@@ -63,7 +63,7 @@ Binaries are available for the following operating systems:
6363
| OS | 64-bit | ARM | ARM-64 |
6464
|---------|--------|-----|--------|
6565
| Linux | Yes | Yes | Yes |
66-
| Windows | Yes | No | No |
66+
| Windows | Yes | No | Yes |
6767
| macOS | Yes | No | Yes |
6868
| FreeBSD | Yes | Yes | No |
6969
| OpenBSD | Yes | Yes | No |
@@ -347,9 +347,9 @@ When an IPFS command executes without parameters, the CLI client checks whether
347347

348348
::: tip
349349

350-
If you plan to expose safe subset of RPC API to the public internet with TLS encryption and HTTP authentication, check out the [TLS and HTTP Auth for Kubo with Caddy](../../how-to/kubo-rpc-tls-auth.md) guide.
350+
If you plan to expose safe subset of RPC API to the public internet with TLS encryption and HTTP authentication, check out the [TLS and HTTP Auth for Kubo with Caddy](../how-to/kubo-rpc-tls-auth.md) guide.
351351

352-
If you are looking for an interface designed for browsers and public internet, with [proper HTTP Cache Control](https://specs.ipfs.tech/http-gateways/path-gateway/#cache-control-response-header), consider implementation-agnostic [HTTP Gateway](../../reference/http/gateway.md) instead.
352+
If you are looking for HTTP Retrieval iinterface designed for browsers and public internet, with [proper HTTP Cache Control](https://specs.ipfs.tech/http-gateways/path-gateway/#cache-control-response-header), see implementation-agnostic [HTTP Gateway](../reference/http/gateway.md) instead.
353353

354354
:::
355355

@@ -366,4 +366,3 @@ You can use `mkdir -p ~/.ipfs && echo "/ip4/<ip>/tcp/<rpc-port>" > ~/.ipfs/api`
366366
Now that you've installed IPFS Kubo:
367367

368368
- Check out the [IPFS Kubo Tutorial in Guides](../how-to/command-line-quick-start.md), which will guide you through taking a Kubo node online and interacting with the network.
369-
- Learn how to quickly install, uninstall, upgrade and downgrade Kubo using [ipfs-update](../how-to/ipfs-updater.md).

0 commit comments

Comments
 (0)