Don't use a real domain in examples.

Use example.com instead.
This commit is contained in:
Thordur Bjornsson 2014-06-16 13:10:52 +02:00
parent e2acb8e988
commit 9058061a38
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ compressed then uploaded, but the compressed result is not kept.
"post-processors": [ "post-processors": [
[ [
"compress", "compress",
{ "type": "upload", "endpoint": "http://fake.com" } { "type": "upload", "endpoint": "http://example.com" }
] ]
] ]
} }