chore(docs): typo http→https

This commit is contained in:
Marcin Rataj 2023-06-14 00:37:03 +02:00 committed by Henrique Dias
parent aa4e8838c7
commit df5c0620ec
No known key found for this signature in database

View File

@ -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).