From 30a6f73ec806393d897247b4c7268832de811ff7 Mon Sep 17 00:00:00 2001 From: Rudolf Olah <89982117+rudolfolah@users.noreply.github.com> Date: Wed, 24 May 2023 11:22:56 -0400 Subject: [PATCH] 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. --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 850ba150..0f553dcb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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