Skip to content

Replace spaces with dashes in a folder name #153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Replace spaces with dashes in a folder name #153

merged 1 commit into from
Nov 12, 2024

Conversation

wheelercj
Copy link
Member

In the GitHub iOS app, if set to open external links in some browsers including Brave and Firefox (but not Safari or DuckDuckGo), each %20 (representing a space) in a link's URL would be replaced with %2520, breaking the link. This commit replaces spaces to avoid this encoding bug that some mobile browsers appear to have.

In the GitHub iOS app, if set to open external links in some browsers
including Brave and Firefox (but not Safari or DuckDuckGo), each `%20`
(representing a space) in a link's URL would be replaced with `%2520`,
breaking the link. This commit replaces spaces to avoid this encoding
bug that some mobile browsers appear to have.
@wheelercj wheelercj merged commit 6beabfc into main Nov 12, 2024
@wheelercj wheelercj deleted the fix-link branch November 12, 2024 22:02
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