karrot-dev / karrot-frontend

We migrated to https://codeberg.org/karrot/karrot-frontend
https://codeberg.org/karrot/karrot-frontend
427 stars 178 forks source link

Ensure absolute URL paths start with / #2623

Closed nicksellen closed 1 year ago

nicksellen commented 1 year ago

Fixes #2618

What does this PR do?

The public activity link was being generated with a missing /, which sort of worked, but I think some programs didn't recognise it as a link or something. This ensures we always generate links with that / in place.

Links to related issues

Checklist