mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
chore(docs): typo http→https
This commit is contained in:
parent
aa4e8838c7
commit
df5c0620ec
@ -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