From 30178465b3d9fe19b06f06807fae3da1d61fba2d Mon Sep 17 00:00:00 2001 From: Bruno Goerck Confortin Date: Mon, 11 Nov 2024 13:37:54 -0300 Subject: [PATCH] Update README.md Fixed a broken link under "Write your Indexer", for the example adapter on the OKX marketplace. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35fc6ad..ffaca9d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ After the details of the indexer has been confirmed with the team, add your proj ### 2. Write your Indexer -An example adapter for tracking OrderFulfilled Event on the OKX marketplace can be seen [here](./projects/okx/order_fulfilled.go) along with its accompanying test file. +An example adapter for tracking OrderFulfilled Event on the OKX marketplace can be seen [here](./adapters/projects/okx/order_fulfilled.go) along with its accompanying test file. ### 3. Manually Test your Adapter by adding it to the CLI