diff --git a/documentation/00_getting_started.md b/documentation/00_getting_started.md index a4c5c0149..18a672be5 100644 --- a/documentation/00_getting_started.md +++ b/documentation/00_getting_started.md @@ -10,7 +10,7 @@ to compile, execute, and finalize its state autonomously. :::tip # What's new on Aleo? -### [**🔧 Getting Ready for Testnet Beta**](./leo/17_testnet_beta.md) - A guide on updating your Leo applications for the Testnet Beta. +### [**🔧 Getting Ready for Testnet Beta**](./leo/17_testnet_beta.md) - A guide on updating your Leo applications for Testnet Beta. ### [**🤝 Leo Core Developers Call**](./leo/16_core_devs_call.md) - Collaborate with the Leo development team and ecosystem on the future of Leo. ### [**⚛️ Create Aleo App**](./sdk/create-aleo-app/01_create_aleo_app.md) - A full stack application written in Typescript using Leo and React. ### [**🧰 Leo Developer Toolkit**](./testnet/getting_started/04_developer_toolkit.md) - A zero to one tutorial for the Leo programming language. diff --git a/documentation/leo/17_testnet_beta.md b/documentation/leo/17_testnet_beta.md index f63dfc7e1..f7e8a15a5 100644 --- a/documentation/leo/17_testnet_beta.md +++ b/documentation/leo/17_testnet_beta.md @@ -203,7 +203,7 @@ progam baz.aleo { ### Defining and Using Imported Structs ### Program Limits -For `testnet4`, snarkVM imposes the following limits on Aleo programs: +For Testnet Beta, snarkVM imposes the following limits on Aleo programs: - the maximum size of the program 100 KB, by the number of characters. - the maximum number of mappings is 31. - the maximum number of imports is 64.