JohannesBuchner / PyMultiNest

Pythonic Bayesian inference and visualization for the MultiNest Nested Sampling Algorithm and PyCuba's cubature algorithms.
http://johannesbuchner.github.io/PyMultiNest/
Other
191 stars 87 forks source link

correct URLs from http://johannesbuchner.github.com to https://johannesbuchner.github.io #211

Closed warrickball closed 1 year ago

warrickball commented 2 years ago

I recently found myself installing PyMultiNest as a dependency for another package and noticed in the error messages that the URL for the documentation pointed to johannesbuchner.github.com instead of johannesbuchner.github.io. This fixes the URL and changes the http prefix to https, while at it.

The fact that the error messages came up at all is entirely my fault. I assumed I'd already installed some dependencies but actually hadn't.

JohannesBuchner commented 1 year ago

Thank you!