dynasm-rs icon indicating copy to clipboard operation
dynasm-rs copied to clipboard

Website link in the repo's "About" section is wrong

Open dead-claudia opened this issue 3 years ago • 2 comments

Currently it points to https://censoredusername.github.com/dynasm-rs/language/index.html, but it should point to https://censoredusername.github.io/dynasm-rs/language/index.html (note the TLD) like it does in the README.

dead-claudia avatar May 12 '22 22:05 dead-claudia

Whoops, guess that one got missed in the tld move. Thanks for reporting!

CensoredUsername avatar May 13 '22 10:05 CensoredUsername

Simmilar problem on the crates.io page - the "Documentation" link points to https://censoredusername.github.io/dynasm-rs/plugin/dynasm/index.html (the documentation for the plugin/dynasm crate documentation) rather than https://censoredusername.github.io/dynasm-rs/language/index.html (the general documentation) or https://censoredusername.github.io/dynasm-rs/runtime/dynasmrt/index.html (the runtime/dynasm-rs crate documentation)

barci2 avatar Jun 17 '22 01:06 barci2

Should all be fixed now!

CensoredUsername avatar Jan 31 '23 16:01 CensoredUsername