diff --git a/README.md b/README.md
index 753461a..03aabc6 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@
### General Purpose Machine Learning
* [SciPy](https://scipy.org/) - Fundamental algorithms for scientific computing in Python
-* [scikit-learn](http://scikit-learn.org/stable/) - Machine learning in Python.
+* [scikit-learn](https://scikit-learn.org/stable/) - Machine learning in Python.
* [PyCaret](https://github.com/pycaret/pycaret) - An open-source, low-code machine learning library in Python.
* [Shogun](https://github.com/shogun-toolbox/shogun) - Machine learning toolbox.
* [xLearn](https://github.com/aksnzhy/xlearn) - High Performance, Easy-to-use, and Scalable Machine Learning Package.
@@ -105,7 +105,7 @@
* [TensorFlow Decision Forests](https://github.com/tensorflow/decision-forests) - A collection of state-of-the-art algorithms for the training, serving and interpretation of Decision Forest models in Keras.
### Ensemble Methods
-* [ML-Ensemble](http://ml-ensemble.com/) - High performance ensemble learning.
+* [ML-Ensemble](https://ml-ensemble.com/) - High performance ensemble learning.
* [Stacking](https://github.com/ikki407/stacking) - Simple and useful stacking library written in Python.
* [stacked_generalization](https://github.com/fukatani/stacked_generalization) - Library for machine learning stacking generalization.
* [vecstack](https://github.com/vecxoz/vecstack) - Python package for stacking (machine learning technique).
@@ -291,8 +291,8 @@
## Probabilistic Methods
* [pyro](https://github.com/uber/pyro) - A flexible, scalable deep probabilistic programming library built on PyTorch.
* [PyMC](https://github.com/pymc-devs/pymc) - Bayesian Stochastic Modelling in Python.
-* [ZhuSuan](http://zhusuan.readthedocs.io/en/latest/) - Bayesian Deep Learning.
-* [GPflow](http://gpflow.readthedocs.io/en/latest/?badge=latest) - Gaussian processes in TensorFlow.
+* [ZhuSuan](https://zhusuan.readthedocs.io/en/latest/) - Bayesian Deep Learning.
+* [GPflow](https://gpflow.readthedocs.io/en/latest/?badge=latest) - Gaussian processes in TensorFlow.
* [InferPy](https://github.com/PGM-Lab/InferPy) - Deep Probabilistic Modelling Made Easy.
* [PyStan](https://github.com/stan-dev/pystan) - Bayesian inference using the No-U-Turn sampler (Python interface).
* [sklearn-bayes](https://github.com/AmazaspShumik/sklearn-bayes) - Python package for Bayesian Machine Learning with scikit-learn API.