@cryptotaxi247 / kubo / commits / df5c0620e

chore(docs): typo http→https

Marcin Rataj committed Jun 14, 2023 at 00:37 UTC df5c0620ec00a4ecf0955fe61a0a73e29b3c5b8b
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).