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" } ] ] }