I technically completed all the challenges on the Personal Portfolio assignment, but all of my assignments keep linking back to the Personal Portfolio page instead of their specific pen. Can anyone explain what I’m doing wrong? New to coding - please be gentle!
Your <a> tags inside have this attribute: href src="..."
It is supposed to be: href="..."
You were doing it right
except you don’t add a src attribute.
1 Like
Yay! Thank you so much. Appreciate the read-through and the pinpoint of where I went wrong. Fixed! 
1 Like