DOCS Fixed dead link to image in tutorial 1

Found a dead link to the Silverstripe Logo, have changed this to an updated working link of the same image.
This commit is contained in:
scott1702 2015-01-08 16:31:28 +13:00
parent 5637431a3f
commit 971334b408

View File

@ -383,7 +383,7 @@ We'll also replace the title text with an image. Find this line:
:::ss
<div id="Banner">
<img src="http://www.silverstripe.org/themes/silverstripe/images/sslogo.png" alt="Homepage image" />
<img src="http://www.silverstripe.org/assets/SilverStripe-200.png" alt="Homepage image" />
</div>