Skip to content

Use absolute URLs for submodules improve fork cloneability#86

Open
cyberman wants to merge 1 commit intoArtifexSoftware:masterfrom
cyberman:pr/fix-submodule-urls
Open

Use absolute URLs for submodules improve fork cloneability#86
cyberman wants to merge 1 commit intoArtifexSoftware:masterfrom
cyberman:pr/fix-submodule-urls

Conversation

@cyberman
Copy link
Copy Markdown

This change replaces namespace-relative submodule URLs with explicit upstream URLs.

Rationale:
The current relative URLs work inside the upstream repository namespace, but they can break git clone --recurse-submodules for ordinary public forks unless all sibling submodule repositories also exist under the forker account or organization.

This does not change MuPDF functionality.
It only improves clone behavior and reduces friction for fork-based workflows, including GitHub Desktop and recursive clone usage outside the upstream namespace.

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.

1 participant