TuringLang / docs

Documentation and tutorials for the Turing language
https://turinglang.org/docs/tutorials/docs-00-getting-started/
MIT License
225 stars 97 forks source link

02 Bayesian Logistic Regression points to main page #431

Closed mistermichaelll closed 7 months ago

mistermichaelll commented 7 months ago

I noticed that in the Turing.jl docs,Bayesian Logistic Regression points to this link: https://turing.ml/v0.22/tutorials/02-logistic-regression.

Screenshot 2023-11-24 at 4 08 51 PM

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.

devmotion commented 7 months ago

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: https://github.com/TuringLang/Turing.jl/issues/2041).

mistermichaelll commented 7 months ago

Ahhh I see - yeah, I went to the link from Google (turing.ml) which explains this.