diff --git a/docs/resources/whitepaper-2/background-on-aelf/index.md b/docs/resources/whitepaper-2/background-on-aelf/index.md index 7b979da9..9fdab792 100644 --- a/docs/resources/whitepaper-2/background-on-aelf/index.md +++ b/docs/resources/whitepaper-2/background-on-aelf/index.md @@ -23,4 +23,4 @@ For aelf's consensus mechanism, it utilises the Delegated Proof of Stake (DPoS) Last but not least, the [C# programming language](https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/) forms the foundation of the entire aelf blockchain. C# is a robust, object-oriented language with strong type-checking, which enhances code reliability and reduces runtime errors and are crucial for the immutable and secure nature of blockchain applications. Its performance characteristics, including efficient memory management and speed, are beneficial for blockchain's demanding requirements. Further, C#'s support for asynchronous programming and parallel processing helps optimise the performance of blockchain nodes, ensuring they can handle multiple transactions simultaneously without significant latency. This strong technical foundation underpins aelf's ability to handle high transaction volumes and complex operations with ease. -For further details on aelf's original design and architecture, please kindly refer to our [original whitepaper](/pdf/aelf_whitepaper_v1.7_en.pdf). +For further details on aelf's original design and architecture, please kindly refer to our [original whitepaper](pathname:///pdf/aelf_whitepaper_v1.7_en.pdf). diff --git a/docs/resources/whitepaper-2/references-and-further-readings/index.md b/docs/resources/whitepaper-2/references-and-further-readings/index.md index fa106ac4..70fd5437 100644 --- a/docs/resources/whitepaper-2/references-and-further-readings/index.md +++ b/docs/resources/whitepaper-2/references-and-further-readings/index.md @@ -3,7 +3,7 @@ sidebar_position: 11 title: References and further readings description: "" --- -1. aelf. Whitepaper V 1.7.0. October 25th, 2022. [[Link](/pdf/aelf_whitepaper_v1.7_en.pdf)] +1. aelf. Whitepaper V 1.7.0. October 25th, 2022. [[Link](pathname:///pdf/aelf_whitepaper_v1.7_en.pdf)] 2. Blockchain Council. "How Blockchain and AI Can Work Together." Blockchain Council, January 22, 2024. Retrieved from [[Link](https://www.blockchain-council.org/blockchain/how-blockchain-and-ai-can-work-together/)] 3. Buterin, V. (2024, January 30). Crypto AI. Retrieved from [[Link](https://vitalik.eth.limo/general/2024/01/30/cryptoai.html)] 4. Chen, Y., & Bellavitis, C. (2020). Blockchain disruption and decentralized finance: The rise of decentralized business models. Journal of Business Venturing Insights, 13, e00151. [[Link](https://doi.org/10.1016/j.jbvi.2019.e00151)]