thunderstore-io / Thunderstore

Thunderstore is a mod database and API for downloading mods. Thunderstore Discord: https://discord.thunderstore.io/
https://thunderstore.io/
GNU Affero General Public License v3.0
124 stars 28 forks source link

Incorrect url redirect #840

Open xiaoxiao921 opened 1 year ago

xiaoxiao921 commented 1 year ago

https://thunderstore.io/package/duckduckgreyduck/LazyBastardEngineer/

image

https://thunderstore.io/package/duckduckgreyduck/LazyBastardEngineer/plumicorn.itch.io/superbug

MythicManiac commented 1 year ago

Seems like they haven't prefixed http(s):// to the link, which is why this is happening. Probably doesn't hurt for us to add the https:// prefix for links that don't have any defined.

MythicManiac commented 1 year ago

Added validation for them in the above PR, but keeping this issue open until the link rendering is adjusted to auto-add a scheme prefix to the links that are currently missing it.