When you add a link in a question, answer or comment, you have to include http:// otherwise it fails (404) or at best it redirects you to the same page you are now (i.e the question you are in). (by the way, when there is 404 error the search box seems buggy too).
E.g.: This link should take you to this one, coz they both have http://stackoverflow.com/ but the first is without http://.
I would guess this is important coz I rarely type http:// (only when I copy-paste, as most of you).
It's a markdown issue, markdown does not parse with urls without the protocol.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-04-25 15:03:04 -0500
Seen: 71 times
Last updated: Apr 26 '12
Internal Server Error when trying to edit personal pro
Where are the badges in a fresh install? [fixed]
HTML Tags in titles getting eaten <fixed/>
Unknown column 'auth_user.is_approved' in 'field list' [fixed]
email for comments: link missing a href [fixed]
Bug: Horizontal Rule in Comment breaks stylesheet [fixed]
"Related questions" section shows deleted questions?
error on upvote: "Sorry, something is not right here..." [fixed]
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
most probably this could be a markdown problem and not askbot, so I don't know if it can be fixed from u, I just noticed
zaf ( 2012-04-25 15:53:41 -0500 )edit