diff --git a/pages/devs/get-started/overview.mdx b/pages/devs/get-started/overview.mdx index 353b247..44256b6 100644 --- a/pages/devs/get-started/overview.mdx +++ b/pages/devs/get-started/overview.mdx @@ -30,13 +30,13 @@ Instructions for setting up your wallet to interact with the Allora network. --- -## [Workers](/devs/workers/workers.mdx) +## [Workers](https://github.com/pucedoteth/docs10/blob/main/pages/devs/workers.mdx) Explore how workers function in Allora, including setup and data querying. ### Subsections -#### [System Requirements](/devs/workers/nop-requirements.mdx) -#### [Build/Deploy an Inference Worker](/devs/workers/deploy-worker.mdx) -#### [Walkthroughs](/devs/workers/walkthroughs/index.mdx) +#### [System Requirements](https://github.com/allora-network/docs/blob/main/pages/devs/workers/requirements.mdx) +#### [Build/Deploy an Inference Worker](https://github.com/allora-network/docs/blob/main/pages/devs/workers/deploy-worker/using-docker.mdx) +#### [Walkthroughs](https://github.com/allora-network/docs/blob/main/pages/devs/workers/walkthroughs/walkthrough-hugging-face-worker.mdx) #### [Build and Deploy a Forecaster](/devs/workers/deploy-forecaster.mdx) #### [How To Query Worker Data using `allorad`](/devs/workers/query-worker-data.mdx) #### [Query EMA Score of a Worker using `allorad`](/devs/workers/query-ema-score.mdx) @@ -75,4 +75,4 @@ Resources for interacting with Allora as a consumer, including querying data and #### [Consumer Contracts](/devs/consumers/consumer-contracts/deploy-consumer.mdx) ##### [Deploy Consumer Contracts](/devs/consumers/consumer-contracts/dev-consumers.mdx) #### [Existing Consumers](/devs/consumers/existing-consumers.mdx) -#### [Walkthrough: Using a Topic Inference on-chain](/devs/consumers/walkthrough-use-topic-inference.mdx) \ No newline at end of file +#### [Walkthrough: Using a Topic Inference on-chain](/devs/consumers/walkthrough-use-topic-inference.mdx)