-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add links to the corresponding SDL3 pages in the SDL2 wiki pages #713
Comments
Okay, this is done. I actually had this written before, so I just uncommented it. :) So this page doesn't have an SDL3 equivalent, looks like it usually does: https://wiki.libsdl.org/SDL2/SDL_OpenAudio This one does, so it has a note at the top: https://wiki.libsdl.org/SDL2/SDL_OpenAudioDevice We can make that more pronounced or whatever. Otherwise, this is good to go. |
I don't think we need to be quite so verbose, maybe, e.g.
can be:
and
can be:
(where SDL_OpenAudioDevice would be the correct symbol for renamed or replaced functions) and
can be:
After a few months this will settle down and we don't need to be in everyone's face about it. |
I'd rather this just say "SDL Wiki" for SDL3. |
Okay, I think we're good now. |
Wait, no, I broke something. |
Can we follow function renaming? e.g. SDL_FreeSurface will point at SDL_DestroySurface? |
Actually, never mind, this is to help people landing on the wrong page for Google results, not assist in code migration. |
Looks good! |
From discord:
The text was updated successfully, but these errors were encountered: