From d339e3ad0ab77443e9745ec1d45f02e08f131482 Mon Sep 17 00:00:00 2001 From: Eva <1017762+eshon@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:41:11 +0100 Subject: [PATCH] Update FilForwarder repo to new FilOz Github Org Closes https://github.com/filecoin-project/filecoin-docs/issues/2339 --- smart-contracts/filecoin-evm-runtime/filforwarder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart-contracts/filecoin-evm-runtime/filforwarder.md b/smart-contracts/filecoin-evm-runtime/filforwarder.md index 74e33135f..0ff97b18d 100644 --- a/smart-contracts/filecoin-evm-runtime/filforwarder.md +++ b/smart-contracts/filecoin-evm-runtime/filforwarder.md @@ -78,7 +78,7 @@ First, we need to grab the FilFowarder kit and install the dependencies: 1. Clone the FilForwarder repository and install the dependencies: ``` -git clone https://github.com/lotus-web3/FilForwarder +git clone [https://github.com/FilOzone/FilForwarder](https://github.com/FilOzone/FilForwarder) cd FilForwarder ```