Website guide (getting started) missing picture

Bug reports and discussion about bugs.
Post Reply
hachnslay
Posts: 1
Joined: Tue Oct 18, 2011 10:49 am

Website guide (getting started) missing picture

Post by hachnslay »

one of the picture urls on the website is malformed.

Code: Select all

<img src="getting_started/new_character.png" alt="New character name">
should be

Code: Select all

<img src="getting_started/new-character.png" alt="New character name">
mikaelh
Developer
Posts: 217
Joined: Sun Dec 13, 2009 3:18 pm

Re: Website guide (getting started) missing picture

Post by mikaelh »

Fixed, thanks.
Post Reply