rekkabell / kokorobot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link to resume is broken, and link to report broken links is broken

trbrc opened this issue · comments

commented

The resume link from the about page is broken because of a missing slash:

<p>Download my <b><a href="media/content/resume.rekkabellum.pdf">resume</a></b>, view my <b><a class="local" href="publications.html">publications</a></b> and see a list of the <b><a href="tools.html">tools and softwares</a></b> that I use.</p>

It should be <a href="/media/content/resume.rekkabellum.pdf">.

The 404 page that gets served instead asked me to report the broken link, but the link to report the broken link was also broken...!

<p style='max-width: 500px'>Hi there, the page you are looking for does not exist, please <a href='https://github.com/rekkabellum/kokorobot/issues/new' target='_blank'>report the broken link</a>, or continue to the <a href='https://kokorobot.ca/site/home.html'>home page</a>.</p>

It should be <a href='https://github.com/rekkabell/kokorobot/issues/new' …>.

Fixed! Thx for reporting the broken links.