From 93ed8c8ed014bcfb0842548daf157f19e6109dc1 Mon Sep 17 00:00:00 2001 From: rajkaramchedu Date: Thu, 21 Dec 2023 12:48:06 -0800 Subject: [PATCH] fixed link --- docs/whats-new-in-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/whats-new-in-docs.md b/docs/whats-new-in-docs.md index 202434d4a2..4193619416 100644 --- a/docs/whats-new-in-docs.md +++ b/docs/whats-new-in-docs.md @@ -11,7 +11,7 @@ Key updates to this documentation. ## 21 December 2023 -- A new [OCR Subnet Tutorial](#) is published. This document presents a step-by-step guide to convert a Python Notebook code into Bittensor subnet code. +- A new [OCR Subnet Tutorial](./tutorials/ocr-subnet-tutorial.md) is published. This document presents a step-by-step guide to convert a Python Notebook code into Bittensor subnet code. - A new [Emissions](./emissions.md) document is published. This document presents how to calculate emissions, trust, rank and consensus for a subnet. - A new section [Moving a subnet miner to a different machine](./subnets/register-and-participate.md#moving-a-subnet-miner-to-a-different-machine) is added. - A new section for [Subnets](./reference/btcli.md#subnets) is added in the CLI document.