@cryptotaxi247 / kubo / commits / f0397719a

chore(docs): typo http→https

Marcin Rataj committed Jun 14, 2023 at 00:37 UTC f0397719ad4e403bcd6efd40f2309f380f5b8301
1 file changed +1 -1
docs/changelogs/v0.21.md
+1 -1
@@ -99,7 +99,7 @@ for clients that do not follow redirects by default:
99
100 ```console
101 $ curl "https://subdomain-gw.example.net/ipfs/${cid}/"
102 -<a href="http://${cid}.ipfs.subdomain-gw.example.net/">Moved Permanently</a>.
102 +<a href="https://${cid}.ipfs.subdomain-gw.example.net/">Moved Permanently</a>.
103 ```
104
105 Rationale can be found in [kubo#9913](https://github.com/ipfs/kubo/pull/9913).