Fix links in docs (#9119)

This commit is contained in:
Greg Fitzgerald
2020-03-27 09:36:55 -06:00
committed by GitHub
parent 5d9298543f
commit b82a9c832b
18 changed files with 30 additions and 30 deletions

View File

@ -80,8 +80,8 @@ hard forks should be approached.
We use some degree of macro machinery to automatically generate unit tests
and calculate a digest from ABI items. This is doable by clever use of
`serde::Serialize` ([1]) and `any::typename` ([2]). For a precedent for similar
implementation, `ink` from the Parity Technologies [3] could be informational.
`serde::Serialize` (`[1]`) and `any::typename` (`[2]`). For a precedent for similar
implementation, `ink` from the Parity Technologies `[3]` could be informational.
# References