nannou-org / guide

A guide for nannou, including "Getting Started", "Tutorials" and more.

Home Page:https://guide.nannou.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken links

albizures opened this issue · comments

Reading through the guide, I noticed that some links are broken.

So far just these two:

include items such as `App`, `Frame`, and many more that we will learn about
over time. To see the full list of items re-exported by the prelude, see
[here](https://docs.rs/nannou/latest/nannou/prelude/index.html).

> You can learn more about what the **App** is responsible for and capable of
> [here](https://docs.rs/nannou/latest/nannou/app/struct.App.html).

Thanks for the report!

These two links are currently broken due to a build issue on docs.rs with the latest version of nannou. This should be fixed once we get around to publishing the next version. I'll leave this issue open until then as a reference for others.

These should be fixed now that 0.13 is published :)