From 9d2864b9666efba7830381da890261f68aded7dc Mon Sep 17 00:00:00 2001 From: Ethan Mills Date: Sat, 12 Mar 2022 23:09:01 +0000 Subject: [PATCH] Fix broken docs link (#1322) --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 66d50582..8a186ef3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -448,7 +448,7 @@ $ http https://api.github.com/search/repositories q==httpie per_page==1 GET /search/repositories?q=httpie&per_page=1 HTTP/1.1 ``` -You can even retrieve the `value` from a file by using the `param==@file` syntax. This would also effectively strip the newlines from the end. See [#file-based-separators] for more examples. +You can even retrieve the `value` from a file by using the `param==@file` syntax. This would also effectively strip the newlines from the end. See [file based separators](#file-based-separators) for more examples. ```bash $ http pie.dev/get text==@files/text.txt