Fix aws s3 links

This commit is contained in:
Ariejan de Vroom 2014-07-31 11:45:39 +02:00
parent 817a9f90fb
commit 75d5eb811e
2 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ Okay, I've made some commits, here's the <code>git log</code> for the <code>fix_
In GitX it would look like this:
<img src="http://assets.ariejan.net/wp-content/uploads/2009/10/imdb_fix_empty_poster_01.jpg" alt="imdb_fix_empty_poster_01" title="imdb_fix_empty_poster_01" width="397" height="53" class="aligncenter size-full wp-image-575" />
<img src="https://ariejannet.s3.amazonaws.com/wp-content/uploads/2009/10/imdb_fix_empty_poster_01.jpg" alt="imdb_fix_empty_poster_01" title="imdb_fix_empty_poster_01" width="397" height="53" class="aligncenter size-full wp-image-575" />
Okay, now it's time to go and make a patch! All we really want are the two latest commits, stuff them in a file and send them to someone to apply them. But, since we created a separate branch, we don't have to worry about commits at all!
@ -77,7 +77,7 @@ Okay, patches were applied cleanly and you're master branch has been updated. Of
In you git log, you'll find that the commit messages contain a "Signed-off-by" tag. This tag will be read by Github and others to provide useful info about how the commit ended up in the code.
<img src="http://assets.ariejan.net/wp-content/uploads/2009/10/imdb_signed_off.jpg" alt="imdb_signed_off" title="imdb_signed_off" width="395" height="203" class="aligncenter size-full wp-image-578" />
<img src="https://ariejannet.s3.amazonaws.com/wp-content/uploads/2009/10/imdb_signed_off.jpg" alt="imdb_signed_off" title="imdb_signed_off" width="395" height="203" class="aligncenter size-full wp-image-578" />
That's all folks!

View File

@ -13,7 +13,7 @@ own Firefly URL shortener! Here's how.
[1]: http://itunes.apple.com/nl/app/twitter/id333903271?mt=8
~
<img src="http://assets.ariejan.net/images/custom-urlshortening.png" alt="Custom URL server..." border="0" align="right" />
<img src="https://ariejannet.s3.amazonaws.com/images/custom-urlshortening.png" alt="Custom URL server..." border="0" align="right" />
Actually, it's quite simple. First, [setup your own Firefly instance][2],
possibly [using Heroku][3].