diff --git a/docs/miner.md b/docs/miner.md index a6ad934..2422b23 100644 --- a/docs/miner.md +++ b/docs/miner.md @@ -54,7 +54,7 @@ docker compose up --detach The mining script uploads a model to 🤗 Hugging Face which will be evaluated by validators. -See [Validator Psuedocode](docs/validator.md#validator) for more information on how they the evaluation occurs. +See [Validator Psuedocode](validator.md#validator) for more information on how they the evaluation occurs. ## Env File @@ -149,4 +149,4 @@ actions.load_local_model("model-foo/") # Publish the model for validator evaluation. actions.push(model) -``` \ No newline at end of file +```