Skip to content

Commit 65fbf36

Browse files
committed
Cleaned up a few more Bugzilla mentions.
1 parent 60a99b0 commit 65fbf36

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

BUGS.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ You may also find help at the SDL forums/mailing list:
1111

1212
https://discourse.libsdl.org/
1313

14-
Bug reports are welcome here, but we really appreciate if you use Bugzilla, as
15-
bugs discussed on the mailing list may be forgotten or missed.
14+
Bug reports are welcome here, but we really appreciate if you use the issue
15+
tracker, as bugs discussed on the mailing list may be forgotten or missed.
1616

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you need help with the library, or just want to discuss SDL related
5454
issues, you can join the [developers mailing list](http://www.libsdl.org/mailing-list.php)
5555

5656
If you want to report bugs or contribute patches, please submit them to
57-
[bugzilla](https://bugzilla.libsdl.org/)
57+
[our bug tracker](https://github.com/libsdl-org/SDL/issues)
5858

5959
Enjoy!
6060

src/video/android/SDL_androidgl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Android_GLES_SwapWindow(_THIS, SDL_Window * window)
6969

7070
/* The following two calls existed in the original Java code
7171
* If you happen to have a device that's affected by their removal,
72-
* please report to Bugzilla. -- Gabriel
72+
* please report to our bug tracker. -- Gabriel
7373
*/
7474

7575
/*_this->egl_data->eglWaitNative(EGL_CORE_NATIVE_ENGINE);

0 commit comments

Comments
 (0)