From cdb22f310dfa95c82f1cdfcd2fbdbedd8ee0f29c Mon Sep 17 00:00:00 2001 From: Evgeny Date: Wed, 19 Dec 2018 21:11:54 +0700 Subject: [PATCH] Fix url in curl cheatsheet --- cheat/cheatsheets/curl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheat/cheatsheets/curl b/cheat/cheatsheets/curl index c8c281f..c7bc8de 100644 --- a/cheat/cheatsheets/curl +++ b/cheat/cheatsheets/curl @@ -29,7 +29,7 @@ curl -C - -o partial_file.zip http://example.com/file.zip curl -I http://example.com # Fetch your external IP and network info as JSON -curl http://ifconfig.me/all/json +curl http://ifconfig.me/all.json # Limit the rate of a download curl --limit-rate 1000B -O http://path.to.the/file