Skip to content

Commit fe969ac

Browse files
committed
fix: relative urls in the generated docs
1 parent d03cd36 commit fe969ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/http-api-docs/markdown.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The RPC API provides admin-level access to your Kubo IPFS node, including `+"`/a
8282
8383
It is bound to `+"`localhost`"+` by default on purpose. You should never expose it to the public internet, just like you would never expose a SQL database or other backend service.
8484
85-
If you are looking for an interface designed for browsers and public internet, consider implementation-agnostic [HTTP Gateway](/reference/http/gateway/) instead.
85+
If you are looking for an interface designed for browsers and public internet, consider implementation-agnostic [HTTP Gateway](../../reference/http/gateway.md) instead.
8686
:::
8787
8888
## Getting started
@@ -91,7 +91,7 @@ If you are looking for an interface designed for browsers and public internet, c
9191
9292
The API under `+"`/api/v0/`"+` is an RPC-style API over HTTP, not a REST API.
9393
94-
[Every command](/reference/kubo/cli/) usable from the CLI is also available through the HTTP RPC API. For example:
94+
[Every command](../../reference/kubo/cli.md) usable from the CLI is also available through the HTTP RPC API. For example:
9595
`+"```sh"+
9696
`
9797
> ipfs swarm peers

0 commit comments

Comments
 (0)