MohamedHashim / google-summer-of-code

Automatically exported from code.google.com/p/google-summer-of-code
0 stars 0 forks source link

Typo in web address on http://code.google.com/soc #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Scroll to Computer Professionals for Social Responsibility's entry.
2. Click on (ideas)
3. You are taken to the wrong site.

What is the expected output? What do you see instead?
You should go to http://insecure.org/cpsr/ but instead go to 
http://code.google.com/
www.insecure.org/cpsr

What version of the product are you using? On what operating system?
Safari on Mac OS X Tiger

Please provide any additional information below.

Missing a "http://" in the link, I assume.  HTML Code is:

<div><a rel=nofollow href="/soc/cpsr/about.html">Computer Professionals for 
Social 
Responsibility</a>
(<a rel=nofollow href="www.insecure.org/cpsr">ideas</a>)
</div>

Should be

<div><a rel=nofollow href="/soc/cpsr/about.html">Computer Professionals for 
Social 
Responsibility</a>
(<a rel=nofollow href="http://www.insecure.org/cpsr">ideas</a>)
</div>

Original issue reported on code.google.com by zachary....@gmail.com on 15 Mar 2007 at 8:01

GoogleCodeExporter commented 9 years ago
Note that  "Lanka Software Foundation", "OpenSolaris", "X.Org" also have similar
problems.

Original comment by BlackFin...@gmail.com on 15 Mar 2007 at 10:56

GoogleCodeExporter commented 9 years ago
Thanks, we're aware of the issue.  We'll be asking organization administrators 
to
verify the accuracy of their org profiles.

Original comment by LHospo@gmail.com on 16 Mar 2007 at 7:31

GoogleCodeExporter commented 9 years ago
This has been fixed.

Original comment by LHospo@gmail.com on 19 Mar 2007 at 10:45