From eb576abde11020edab411863ce9c7217982aac95 Mon Sep 17 00:00:00 2001 From: Brandon Kite Date: Tue, 3 Jan 2023 12:20:26 -0800 Subject: [PATCH] updated contributing.md for the new fuel-vm monorepo (#874) --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3312859d312..7a4347c0985 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -126,10 +126,10 @@ If you are planning something big, for example, relates to multiple components o The Client team actively develops and maintains several dependencies used in Fuel Core, which you may be also interested in: -- [fuel-types](https://github.com/FuelLabs/fuel-types) -- [fuel-merkle](https://github.com/FuelLabs/fuel-merkle) -- [fuel-tx](https://github.com/FuelLabs/fuel-tx) -- [fuel-asm](https://github.com/FuelLabs/fuel-asm) +- [fuel-types](https://github.com/FuelLabs/fuel-vm/tree/master/fuel-types) +- [fuel-merkle](https://github.com/FuelLabs/fuel-vm/tree/master/fuel-merkle) +- [fuel-tx](https://github.com/FuelLabs/fuel-vm/tree/master/fuel-tx) +- [fuel-asm](https://github.com/FuelLabs/fuel-vm/tree/master/fuel-asm) - [fuel-vm](https://github.com/FuelLabs/fuel-vm) ### Linking issues