Skip to content

Fix broken anchor and wrong image path in index.html#2

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-script-errors
Draft

Fix broken anchor and wrong image path in index.html#2
Copilot wants to merge 2 commits intomainfrom
copilot/fix-script-errors

Conversation

Copy link

Copilot AI commented Feb 23, 2026

Two errors in index.html causing a broken link and a missing profile photo.

Changes

  • Malformed anchor (line 52): Unquoted href, no link text, and </a> accidentally embedded in the URL as a literal /a> suffix. Quoted the attribute, stripped the spurious /a from the URL, and added link text.

    <!-- Before -->
    <a href=https://doi.org/10.31222/osf.io/c4xwg_v1/a></strong>
    
    <!-- After -->
    <a href="https://doi.org/10.31222/osf.io/c4xwg_v1">this link</a></strong>
  • Wrong image path (line 123): Niko Busch's photo referenced css/200niko_busch_400px.jpg — that directory contains only stylesheets. Changed to images/200niko_busch_400px.jpg where the file actually lives.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: mcvinding <22147100+mcvinding@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix errors in the script Fix broken anchor and wrong image path in index.html Feb 23, 2026
Copilot AI requested a review from mcvinding February 23, 2026 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants