Merge pull request #1262 from thorduri/master

website: Don't use a real domain in examples.
This commit is contained in:
Mitchell Hashimoto 2014-06-16 09:09:44 -07:00
commit 48ff225dab
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": [
[
"compress",
{ "type": "upload", "endpoint": "http://fake.com" }
{ "type": "upload", "endpoint": "http://example.com" }
]
]
}