From 8b40499274d24db83f74c726c75cca6514a33dd9 Mon Sep 17 00:00:00 2001 From: tromcho <113139586+tromcho@users.noreply.github.com> Date: Wed, 22 Feb 2023 12:21:28 +0700 Subject: [PATCH] Update README.md HTTPS all the way! --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 445e2f6..4248ca1 100644 --- a/README.md +++ b/README.md @@ -73,11 +73,11 @@ MINIX is a great tool for learning about Linux. MINIX is like a small and simpli - Data structures and algorithms ## Making your own hard disk image -To make a bootable and editable hard disk image, you'll need to install it from the official MINIX CD. You can find it at [minix3.org](http://minix3.org). MINIX 3 comes with a `setup.sh` utility, which will install to the hard disk that you specify with your desired network card, partitions, etc. +To make a bootable and editable hard disk image, you'll need to install it from the official MINIX CD. You can find it at [minix3.org](https://minix3.org). MINIX 3 comes with a `setup.sh` utility, which will install to the hard disk that you specify with your desired network card, partitions, etc. ## References - [Operating Systems: Design and Implementation (3e)](https://www.amazon.com/Operating-Systems-Design-Implementation-3rd/dp/0131429388) -- [Albert Woodhull's site](http://minix1.woodhull.com) -- [The official MINIX site](http://minix3.org). Installation images can be downloaded from here. +- [Albert Woodhull's site](https://minix1.woodhull.com) +- [The official MINIX site](https://minix3.org). Installation images can be downloaded from here. - [Minix QD](https://github.com/davidgiven/minix2) (has Minix 1 and 2). -- The [MINIX mailing list](http://groups.google.com/g/minix3) +- The [MINIX mailing list](https://groups.google.com/g/minix3)