holochain / rust-proc-zome-template

Template for zomes using the Rust prodedural macro HDK
10 stars 3 forks source link

Link to HDK docs in comments is out of date #9

Open harlantwood opened 4 years ago

harlantwood commented 4 years ago

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/ ?

Connoropolous commented 4 years ago

:wave: Hey Harlan :) Looks like if #7 got some attention that'd be fixed! It's already in there. (Was just poking around this repo and saw your message)