docs: link to README docs + align link style #179
Annotations
2 warnings
[clippy] crates/motsu/README.md#L7:
crates/motsu/README.md#L7
warning: possible intra-doc link using quotes instead of backticks
--> crates/motsu/src/../README.md:7:16
|
7 | `motsu` means ["to hold"][to-hold] in Japanese -- we hold a stylus in our hand.
| ^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_link_with_quotes
= note: `-W clippy::doc-link-with-quotes` implied by `-W clippy::pedantic`
= help: to override `-W clippy::pedantic` add `#[allow(clippy::doc_link_with_quotes)]`
|
[clippy] crates/motsu/README.md#L7:
crates/motsu/README.md#L7
warning: possible intra-doc link using quotes instead of backticks
--> crates/motsu/src/../README.md:7:16
|
7 | `motsu` means ["to hold"][to-hold] in Japanese -- we hold a stylus in our hand.
| ^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_link_with_quotes
= note: `-W clippy::doc-link-with-quotes` implied by `-W clippy::pedantic`
= help: to override `-W clippy::pedantic` add `#[allow(clippy::doc_link_with_quotes)]`
|