plotly / plotly.rs

Plotly for Rust
https://docs.rs/plotly
MIT License
1.01k stars 98 forks source link

Plotly.rs Book link is broken #200

Closed adwinwhite closed 1 month ago

adwinwhite commented 1 month ago

In README, there is a broken interactive Plotly.rs Book link. I guess it's generated from docs/book via mdbook. How to bring it alive again?

andrei-ng commented 1 month ago

Thanks for reporting it @adwinwhite ! The project has been moved to a new space, probably the mbook generation got broken. Will have a look at it.

andrei-ng commented 1 month ago

@adwinwhite the link in the README in the main branch is currently pointing at the incorrect page. Once PR https://github.com/plotly/plotly.rs/pull/193 is merged, the README href will be fixed.

If you need to access the book, you can find it here: https://plotly.github.io/plotly.rs/

andrei-ng commented 1 month ago

Fixed in #193