Merge pull request #1262 from thorduri/master

website: Don't use a real domain in examples.
pull/1272/head
Mitchell Hashimoto 12 years ago
commit 48ff225dab

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

Loading…
Cancel
Save