From f6873cd1aa20058e6fd0fcf575e4572b21dbbe40 Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Wed, 18 Mar 2020 15:58:46 +0100 Subject: [PATCH] Make BGB web site link HTTPS As per beware's recent support and request. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d16da8..d8dce74 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ The [To C Or Not To C](https://gist.github.com/ISSOtm/4f4d335c3fd258ad0dfc7d4d61 ### Emulators -- [BGB](http://bgb.bircd.org/) - Powerful emulator and debugger. Provides an accurate hardware emulation. +- [BGB](https://bgb.bircd.org/) - Powerful emulator and debugger. Provides an accurate hardware emulation. - [SameBoy](https://github.com/LIJI32/SameBoy) - Accurate emulator with a wide range of powerful debugging features. - [Mooneye GB](https://github.com/Gekkio/mooneye-gb) - Research project and emulator in Rust. - [mGBA](https://github.com/mgba-emu/mgba) - Modern cross platform GBA emulator which also runs GB/GBC games.