diff --git a/text/3-entrees/randomness.md b/text/3-entrees/randomness.md index 4f18cbc2f..6f78d6908 100644 --- a/text/3-entrees/randomness.md +++ b/text/3-entrees/randomness.md @@ -74,7 +74,7 @@ In production networks, Babe VRF output is preferable to Collective Flip. Collec Ad mentioned previously, there are many tradeoffs and security concerns to be aware of when using these randomness sources. If you'd like to get into the research, here are some jumping off points. -* https://github.com/paritytech/ink/issues/57 -* https://wiki.polkadot.network/docs/en/learn-randomness -* https://www.cse.huji.ac.il/~nati/PAPERS/coll_coin_fl.pdf -* https://eccc.weizmann.ac.il/report/2018/140/ +* [https://github.com/paritytech/ink/issues/57](https://github.com/paritytech/ink/issues/57) +* [https://wiki.polkadot.network/docs/en/learn-randomness](https://wiki.polkadot.network/docs/en/learn-randomness) +* [https://www.cse.huji.ac.il/~nati/PAPERS/coll_coin_fl.pdf](https://www.cse.huji.ac.il/~nati/PAPERS/coll_coin_fl.pdf) +* [https://eccc.weizmann.ac.il/report/2018/140/](https://eccc.weizmann.ac.il/report/2018/140/) diff --git a/text/SUMMARY.md b/text/SUMMARY.md index 984615df2..a2fb46b60 100644 --- a/text/SUMMARY.md +++ b/text/SUMMARY.md @@ -28,7 +28,7 @@ - [Runtime APIs](./3-entrees/runtime-api.md) - [Custom RPCs](./3-entrees/custom-rpc.md) - [Currency Types](./3-entrees/currency.md) - - [Generating Randomness](./3-entrees/random.md) + - [Generating Randomness](./3-entrees/randomness.md) - [Execution Schedule](./3-entrees/execution-schedule.md) - [Permissioned Methods](./3-entrees/permissioned-methods.md) - [Testing](./3-entrees/testing/index.md)