mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:13:34 +03:00
tool_operate: fix links in ipfs errors
URL fragment links generated from headers in https://curl.se/docs/ipfs.html are lowercase. Closes #12133
This commit is contained in:
parent
84a6579132
commit
7f7fa2fd67
2 changed files with 5 additions and 5 deletions
|
|
@ -78,5 +78,5 @@ Alternatively you could set the `IPFS_GATEWAY` environment variable or pass the
|
|||
### Malformed gateway URL
|
||||
The command executed evaluates in an invalid URL. This could be anywhere in the URL, but a likely point is a wrong gateway URL.
|
||||
|
||||
Inspect your URL.
|
||||
Alternatively opt to go for the [automatic](#Automatic-gateway-detection) gateway detection.
|
||||
Inspect the URL set via the `IPFS_GATEWAY` environment variable or passed with the `--ipfs-gateway` flag.
|
||||
Alternatively opt to go for the [automatic](#automatic-gateway-detection) gateway detection.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue