From 97e765e6eb3c519ab81c2da6b08fcb28a326f50b Mon Sep 17 00:00:00 2001 From: Colin Kennedy Date: Tue, 24 Oct 2023 22:10:55 -0300 Subject: [PATCH] fix link to safe-core-protocol-demo ... github workspace has changed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19c9ba67..78b300d3 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ contract SamplePlugin is ISafeProtocolPlugin { } ``` -For more examples and information on adding Module(s) to the Registry, refer to [Safe{Core} Protocol demo](https://github.com/safe-global/safe-core-protocol-demo/tree/main/contracts) +For more examples and information on adding Module(s) to the Registry, refer to [Safe{Core} Protocol demo](https://github.com/5afe/safe-core-protocol-demo/tree/main/contracts) ## Useful commands