mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-06 16:58:11 +08:00
chore(docs): typo http→https
This commit is contained in:
parent
18db5935ef
commit
f0397719ad
@ -99,7 +99,7 @@ for clients that do not follow redirects by default:
|
||||
|
||||
```console
|
||||
$ curl "https://subdomain-gw.example.net/ipfs/${cid}/"
|
||||
<a href="http://${cid}.ipfs.subdomain-gw.example.net/">Moved Permanently</a>.
|
||||
<a href="https://${cid}.ipfs.subdomain-gw.example.net/">Moved Permanently</a>.
|
||||
```
|
||||
|
||||
Rationale can be found in [kubo#9913](https://github.com/ipfs/kubo/pull/9913).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user