chore(docs): typo http→https

This commit is contained in:
Marcin Rataj 2023-06-14 00:37:03 +02:00 committed by GitHub
parent 18db5935ef
commit f0397719ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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