EuroPython / website

Repository for the EuroPython 2022+ website.
https://europython.eu
20 stars 59 forks source link

Fix LinkedIn profile link for speaker #756

Closed goetzb closed 3 days ago

goetzb commented 3 days ago

I was just going through the schedule to decide which talks to attend and noticed a broken link on https://ep2024.europython.eu/speaker/michal-rokita to the LinkedIn profile of the speaker.

Not sure this way is how you want such suggestions and fixes to be reported, but I thought I'd give it a go as quick and easy option without creating an issue or writing an email to the organiser.

vercel[bot] commented 3 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ep2024 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 29, 2024 11:07pm
egeakman commented 3 days ago

Hi @goetzb!

Speaker, session, and schedule pages are automatically built and updated; so changing them here won't resolve the issue, it needs to be fixed in the source.

The data that is used to build these pages are created by this project.

I'll look into why this happened. Thank you again for reporting the bug!

goetzb commented 3 days ago

Speaker, session, and schedule pages are automatically built and updated; so changing them here won't resolve the issue, it needs to be fixed in the source.

The data that is used to build these pages are created by this project.

Thanks @egeakman, I had a suspicion that there's more to it than some Astro collection, but as I spotted it here, I thought it's worth a try - and you now know about it :)

egeakman commented 3 days ago

Thanks @egeakman, I had a suspicion that there's more to it than some Astro collection, but as I spotted it here, I thought it's worth a try - and you now know about it :)

Yes! Thanks for spotting it!

I opened a PR to fix the double linkedin.com in the URL: https://github.com/EuroPython/programapi/pull/52

egeakman commented 3 days ago

It should be fixed now! Thanks for reporting :slightly_smiling_face: