From b3cab5e331a95d6a7b30d8138abf046650af1189 Mon Sep 17 00:00:00 2001 From: Michael Heuer Date: Fri, 31 May 2024 09:46:24 +0200 Subject: [PATCH] fix: wrong link --- .../02-framework/02-plugin-management/02-plugin-setup/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/osx/01-how-it-works/02-framework/02-plugin-management/02-plugin-setup/index.md b/docs/osx/01-how-it-works/02-framework/02-plugin-management/02-plugin-setup/index.md index 9794ddd3..c8d164e9 100644 --- a/docs/osx/01-how-it-works/02-framework/02-plugin-management/02-plugin-setup/index.md +++ b/docs/osx/01-how-it-works/02-framework/02-plugin-management/02-plugin-setup/index.md @@ -40,7 +40,7 @@ The preparation of a `PluginSetup` contract proceeds as follows: 2. The DAO builder defines the parameters and settings that he/she wants for their DAO. Depending on the case, the `prepareInstallation`, `prepareUpdate`, or `prepareUninstallation` method in the `PluginSetup` contract is called through the `PluginSetupProcessor` (and creates a unique setup ID). -3. The [`PluginSetup`](https://github.com/aragon/osx/blob/develop/packages/contracts/src/framework/plugin/setup/PluginSetupProcessor.sol) contract deploys all the contracts and gathers addresses and other input arguments required for the installation/uninstallation/upgrade instructions. This can include: +3. The [`PluginSetup`](https://github.com/aragon/osx/blob/e24d9fa3bd6d5a4c9f5936c14ccda1fe9886c2b0/packages/contracts/src/framework/plugin/setup/PluginSetup.sol) contract deploys all the contracts and gathers addresses and other input arguments required for the installation/uninstallation/upgrade instructions. This can include: - deployment of new contracts - initialization of new storage variables