We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Taking this link from FAudio's source as example: https://hg.libsdl.org/SDL/file/df343364c6c5/src/audio/pulseaudio/SDL_pulseaudio.c#l577
This gets converted to: https://github.com/libsdl-org/SDL/blob/9db16a6557351a4717a9ed118d9b54c9351c0651/src/audio/pulseaudio/SDL_pulseaudio.c#l577
However, for GitHub, it should be #L577 for the last part (capitalized L)
The text was updated successfully, but these errors were encountered:
I'm not aware of a way to fix this; the '#' part of the string is not passed to the server, but only seen by the browser.
Sorry, something went wrong.
No branches or pull requests
Taking this link from FAudio's source as example:
https://hg.libsdl.org/SDL/file/df343364c6c5/src/audio/pulseaudio/SDL_pulseaudio.c#l577
This gets converted to:
https://github.com/libsdl-org/SDL/blob/9db16a6557351a4717a9ed118d9b54c9351c0651/src/audio/pulseaudio/SDL_pulseaudio.c#l577
However, for GitHub, it should be #L577 for the last part (capitalized L)
The text was updated successfully, but these errors were encountered: