From 887a82b21d62296c377f5ac561e622bab01f242a Mon Sep 17 00:00:00 2001 From: Daniel Gurney Date: Fri, 2 Apr 2021 14:46:20 +0300 Subject: [PATCH] http -> https --- doc/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index a816e5d98..0424b702b 100644 --- a/doc/build.md +++ b/doc/build.md @@ -30,7 +30,7 @@ In order to compile 86Box from this repository, please follow this step-by-step 7. If the compilation succeeded (which it almost always should), you will find `86Box.exe` in the `src` directory. -8. In order to test your fresh build, replace the `86Box.exe` in your current 86Box environment with your freshly built one. If you do not have a pre-existing 86Box environment, download the latest successful build from http://ci.86box.net, and the latest ROM set from https://github.com/86Box/roms. +8. In order to test your fresh build, replace the `86Box.exe` in your current 86Box environment with your freshly built one. If you do not have a pre-existing 86Box environment, download the latest successful build from https://ci.86box.net, and the latest ROM set from https://github.com/86Box/roms. 9. Enjoy using and testing the emulator! :)