From 65fbf36c9e31ba3e64b5434bb22744f6dd537c05 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 12 Feb 2021 14:46:49 -0500 Subject: [PATCH] Cleaned up a few more Bugzilla mentions. --- BUGS.txt | 4 ++-- docs/README.md | 2 +- src/video/android/SDL_androidgl.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BUGS.txt b/BUGS.txt index 893b97578..eb973d5e6 100644 --- a/BUGS.txt +++ b/BUGS.txt @@ -11,6 +11,6 @@ You may also find help at the SDL forums/mailing list: https://discourse.libsdl.org/ -Bug reports are welcome here, but we really appreciate if you use Bugzilla, as - bugs discussed on the mailing list may be forgotten or missed. +Bug reports are welcome here, but we really appreciate if you use the issue + tracker, as bugs discussed on the mailing list may be forgotten or missed. diff --git a/docs/README.md b/docs/README.md index 68071ef33..b15d7f9da 100644 --- a/docs/README.md +++ b/docs/README.md @@ -54,7 +54,7 @@ If you need help with the library, or just want to discuss SDL related issues, you can join the [developers mailing list](http://www.libsdl.org/mailing-list.php) If you want to report bugs or contribute patches, please submit them to -[bugzilla](https://bugzilla.libsdl.org/) +[our bug tracker](https://github.com/libsdl-org/SDL/issues) Enjoy! diff --git a/src/video/android/SDL_androidgl.c b/src/video/android/SDL_androidgl.c index 8ee6afd62..5be13769e 100644 --- a/src/video/android/SDL_androidgl.c +++ b/src/video/android/SDL_androidgl.c @@ -69,7 +69,7 @@ Android_GLES_SwapWindow(_THIS, SDL_Window * window) /* The following two calls existed in the original Java code * If you happen to have a device that's affected by their removal, - * please report to Bugzilla. -- Gabriel + * please report to our bug tracker. -- Gabriel */ /*_this->egl_data->eglWaitNative(EGL_CORE_NATIVE_ENGINE);