mirror of
https://github.com/httpie/cli.git
synced 2024-11-21 15:23:11 +01:00
README.md: fix the file based separators internal link (#1510)
The link to "file based separators" in the "Reading headers from a file" section when rendered to HTML does not work. The link is now fixed by providing a URL and link text.
This commit is contained in:
parent
ec4fb84254
commit
30a6f73ec8
@ -1180,7 +1180,7 @@ All of these can be overwritten or unset (see below).
|
||||
|
||||
### Reading headers from a file
|
||||
|
||||
You can read headers from a file by using the `:@` operator. This would also effectively strip the newlines from the end. See [#file-based-separators] for more examples.
|
||||
You can read headers from a file by using the `:@` operator. This would also effectively strip the newlines from the end. See [file based separators](#file-based-separators) for more examples.
|
||||
|
||||
```bash
|
||||
$ http pie.dev/headers X-Data:@files/text.txt
|
||||
|
Loading…
Reference in New Issue
Block a user