Link redirect to wrong url?

Hi guys

I created this page below,
My programming Adventure…

As you can see, when you click the facebook link under ‘kohana’
It redirect to wrong address?

But if you inspect the link using FireBug the address/url is right.
Why is this? and how to fix this?

Thanks in advanced.

Change it to “http://facebook.com

Looking for just facebook.com will look for a folder called ‘facebook.com’ under the current directory.

@zurev

Thanks man

Problem solved.