1 files changed, 3 insertions(+), 3 deletions(-)
M index.html
M index.html => index.html +3 -3
@@ 19,15 19,15 @@
<p>
glue-boy is command line friendly, upload a file with:
<p>
- <code>$ curl -L -F "content=<filename.extension" -w "%{url_effective}\n" http://glue.nprescott.com
+ <code>$ curl -L -F "content=<filename.extension" -w "%{url_effective}\n" https://glue.nprescott.com
</code>
</p>
<p>or paste STDOUT:</p>
<p>
- <code>$ fortune | curl -L -F "content=<-" -w "%{url_effective}\n" http://glue.nprescott.com</code>
+ <code>$ fortune | curl -L -F "content=<-" -w "%{url_effective}\n" https://glue.nprescott.com</code>
</p>
- <a href="http://github.com/NPrescott/glue-boy">glue-boy</a>
+ <a href="https://github.com/NPrescott/async-glue-boy">glue-boy</a>
</p>
</div>
</body>