Commit 65fbf36c9e31ba3e64b5434bb22744f6dd537c05

Ryan C. Gordon 2021-02-12T14:46:49

Cleaned up a few more Bugzilla mentions.

diff --git a/BUGS.txt b/BUGS.txt
index 893b975..eb973d5 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 68071ef..b15d7f9 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 8ee6afd..5be1376 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);