kwilliams writes "Dave Rolsky and I have unveiled the Perl Apprenticeship Site, which aims to match naive young Perl hackers with projects and mentors. Perhaps we can add a few projects during this week's OSCON. We built the site as our main example site for the upcoming Mason Book."
I noticed what appears to be a bug (as opposed to bad data entry). When checking out the projects, drilling down to the "Links" and clicking on a link to the projects invariably generates a 404 error. You appear to have forgotten to canonicalize the URL before creating the href:
<a href="www.reefknot.org">Reefknot project website</a>
Which results in:
http://apprentice.perl.org/project/www.reefknot.org
Still, I hope this takes off. It looks like an interesting project.
Re:Bad links
autarch on 2002-07-25T05:19:15
Well, technically the reefknot folks should've put http:// at the front of that link. But the site could check for that. I'll fix it.
Poof, done.