Skip to content

Fix version download URL#19

Closed
Sean-Kenneth-Doherty wants to merge 1 commit into
KSPModStewards:masterfrom
Sean-Kenneth-Doherty:fix-version-download-url
Closed

Fix version download URL#19
Sean-Kenneth-Doherty wants to merge 1 commit into
KSPModStewards:masterfrom
Sean-Kenneth-Doherty:fix-version-download-url

Conversation

@Sean-Kenneth-Doherty
Copy link
Copy Markdown

@Sean-Kenneth-Doherty Sean-Kenneth-Doherty commented May 18, 2026

Summary

  • Fix the generated version/download metadata URL by adding the missing colon after https.
  • Leave all KSP compatibility ranges and release/version values unchanged.

Problem

The project metadata currently writes https//github.com/KSPModStewards/HUDReplacer/releases, which is not a valid HTTPS URL. Any generated .version metadata or downstream tool that displays the download link gets a broken release URL.

Context

This replaces #18 after renaming the source branch. The earlier PR also touched compatibility metadata; after maintainer feedback, this branch is narrowed to the one useful URL typo fix.

Validation

  • Diff inspection: one project-file URL string changed from https//... to https://....
  • Confirmed no compatibility ranges, release versions, package contents, or source behavior changed.

@Phantomical
Copy link
Copy Markdown
Collaborator

This is fixed in main

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