02 Bayesian Logistic Regression points to main page
mistermichaelll opened this issue · 2 comments
I noticed that in the Turing.jl
docs,Bayesian Logistic Regression
points to this link: https://turing.ml/v0.22/tutorials/02-logistic-regression.
However, clicking this link (even outside of the docs) brings you back to the main page of the documentation rather than to this tutorial.
I believe the issue may be that the redirect_from
section in the tutorial source code points to tutorials/2-logisticregression/
rather than tutorials/02-logistic-regression
.
If this is the case, I'd be happy to put in a PR to fix that.
The correct location for the Bayesian logistic regression tutorial is https://turinglang.org/v0.29/tutorials/02-logistic-regression/ You were looking at the old page which is not updated anymore (and, unfortunately, not accessible: TuringLang/Turing.jl#2041).
Ahhh I see - yeah, I went to the link from Google (turing.ml) which explains this.