Versions: ``` ==> $ hc --version hc 0.0.38-alpha14 ==> $ holochain --version holochain 0.0.38-alpha14 ``` When I do: ``` hc generate zomes/hello rust-proc ``` inside of `zomes/hello/code/src/lib.rs` there is a comment: ``` // see https://developer.holochain.org/api/0.0.38-alpha14/hdk/ for info on using the hdk library ``` But this link is a 404. Maybe it should instead point to: https://docs.rs/hdk/0.0.38-alpha14/hdk/ ?
Versions:
When I do:
inside of
zomes/hello/code/src/lib.rsthere is a comment:But this link is a 404. Maybe it should instead point to:
https://docs.rs/hdk/0.0.38-alpha14/hdk/ ?