Skip to content

Commit

Permalink
README.md: fix the file based separators internal link (#1510)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rudolfolah committed May 24, 2023
1 parent ec4fb84 commit 30a6f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30a6f73

Please sign in to comment.