From 9058061a38c1608e0221c083b94aa0fe080de680 Mon Sep 17 00:00:00 2001 From: Thordur Bjornsson Date: Mon, 16 Jun 2014 13:10:52 +0200 Subject: [PATCH] Don't use a real domain in examples. Use example.com instead. --- website/source/docs/templates/post-processors.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/templates/post-processors.html.markdown b/website/source/docs/templates/post-processors.html.markdown index c1607f7aa..43864aa61 100644 --- a/website/source/docs/templates/post-processors.html.markdown +++ b/website/source/docs/templates/post-processors.html.markdown @@ -81,7 +81,7 @@ compressed then uploaded, but the compressed result is not kept. "post-processors": [ [ "compress", - { "type": "upload", "endpoint": "http://fake.com" } + { "type": "upload", "endpoint": "http://example.com" } ] ] }