Skip to content

Commit

Permalink
chore(docs): typo http→https
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel authored and hacdias committed Jun 15, 2023
1 parent aa4e883 commit df5c062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelogs/v0.21.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit df5c062

Please sign in to comment.