diff --git a/contracts/native/version-control/src/commands.rs b/contracts/native/version-control/src/commands.rs index 8e6ac8e95..2b8143f72 100644 --- a/contracts/native/version-control/src/commands.rs +++ b/contracts/native/version-control/src/commands.rs @@ -82,15 +82,15 @@ pub fn propose_modules( } if config.allow_direct_module_registration { - // assert that its data is equal to what it wants to be registered under. - module::assert_module_data_validity( - &deps.querier, - &Module { - info: module.clone(), - reference: mod_ref.clone(), - }, - None, - )?; + // assert that its data is equal to what it wants to be registered under. + module::assert_module_data_validity( + &deps.querier, + &Module { + info: module.clone(), + reference: mod_ref.clone(), + }, + None, + )?; REGISTERED_MODULES.save(deps.storage, &module, &mod_ref)?; } else { PENDING_MODULES.save(deps.storage, &module, &mod_ref)?; diff --git a/docs/src/video_and_content/faq.md b/docs/src/video_and_content/faq.md index 8b057421c..c4bdd3777 100644 --- a/docs/src/video_and_content/faq.md +++ b/docs/src/video_and_content/faq.md @@ -12,11 +12,11 @@ There are two faces to Abstract: 3. **How can I get started with Abstract?** -To get started with Abstract, check out the [docs](https://docs.abstract.money)! You will find comprehensive guides, tutorials, and resources to help you understand the platform's features and functionality. Additionally, you can join our [developer community on Discord](https://discord.gg/SKpcB6hb) to connect with like-minded developers and seek assistance if needed. +To get started with Abstract, check out [getting started](../get_started/index.md)! You will find comprehensive guides, tutorials, and resources to help you understand the platform's features and functionality. Additionally, you can join our [developer community on Discord](https://discord.gg/SKpcB6hb) to connect with like-minded developers and seek assistance if needed. 4. **Can I contribute to the Abstract ecosystem?** -Absolutely! Abstract values community contributions and welcomes developers to contribute to the growth of CosmWasm. The best ways for you to contribute are by creating modules (see the [developer docs](https://docs.abstract.money)), sharing your insights and knowledge, participating in discussions, and collaborating on some of our open-source projects. Check out the [Contributing page](https://docs.abstract.money/contributing) to learn more about how you can get involved. +Absolutely! Abstract values community contributions and welcomes developers to contribute to the growth of CosmWasm. The best ways for you to contribute are by creating modules (see the [getting started docs](../get_started/index.md)), sharing your insights and knowledge, participating in discussions, and collaborating on some of our open-source projects. Check out the [Contributing page](../contributing.md) to learn more about how you can get involved. 5. **How does Abstract ensure the security of financial applications?**