probcomp / bayeslite

BayesDB on SQLite. A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself.
http://probcomp.csail.mit.edu/software/bayesdb
Apache License 2.0
918 stars 64 forks source link

fix (old?) link to website #630

Closed afeld closed 5 years ago

afeld commented 5 years ago

The URL at the top of this repository and in https://github.com/probcomp/bayesdb goes to a 404 page:

http://probcomp.csail.mit.edu/bayesdb

Seems like the URL changed to http://probcomp.csail.mit.edu/software/bayesdb/? Might be good to fix those links, and/or put in a redirect.

Thanks!

fsaad commented 5 years ago

The links have been updated, thank you!

afeld commented 5 years ago

Thanks!