Skip to content

Commit e7fff39

Browse files
authoredDec 21, 2023
Merge pull request #8 from steffencruz/rajk/README-revision
Fix links
2 parents 273159c + 158d564 commit e7fff39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
## Subnet quickstarter
2929

30-
This repo shows how you can quickstart creating a Bittensor subnet. This is a companion repo for the [OCR Subnet Tutorial]().
30+
This repo shows how you can quickstart creating a Bittensor subnet. This is a companion repo for the [OCR Subnet Tutorial](https://docs.bittensor.com/tutorials/ocr-subnet-tutorial).
3131

3232
In specific, this repo demonstrates the power of:
3333

@@ -65,7 +65,7 @@ Each subnet consists of:
6565

6666
## Cloning the Bittensor Subnet Template
6767

68-
Read the [OCR Subnet Tutorial]() first. Then follow the below steps when you are ready to create your own OCR Subnet repo.
68+
Read the [OCR Subnet Tutorial](https://docs.bittensor.com/tutorials/ocr-subnet-tutorial) first. Then follow the below steps when you are ready to create your own OCR Subnet repo.
6969

7070
1. Go to [Bittensor Subnet Template](https://github.com/opentensor/bittensor-subnet-template) and click on the **Use this template** dropdown on the top right.
7171
2. Click on **Create a new repository** and give your preferred name in the **Repository name** field. We will use the name **ocr_subnet** in this tutorial.
@@ -81,7 +81,7 @@ Read the [OCR Subnet Tutorial]() first. Then follow the below steps when you are
8181

8282
### Before you proceed
8383

84-
Now we begin to incorporate our Python notebook code into this repo. At this stage we strongly recommend that you first go over the validated code in the Python notebook as presented in the [OCR Subnet Tutorial](). Familiarize yourself with the code flow in the notebook before proceeding further.
84+
Now we begin to incorporate our Python notebook code into this repo. At this stage we strongly recommend that you first go over the validated code in the Python notebook as presented in the [OCR Subnet Tutorial](https://docs.bittensor.com/tutorials/ocr-subnet-tutorial). Familiarize yourself with the code flow in the notebook before proceeding further.
8585

8686
### Changing the code and filenames in this repo
8787

@@ -111,7 +111,7 @@ In addition, make a note to update the following files:
111111

112112
### Code from notebook
113113

114-
Next, copy the code from the Python notebook into specific sections of this repo. Follow Steps 1 through 3 of [OCR Subnet Tutorial]() and copy the code from the linked Python notebook into this repo.
114+
Next, copy the code from the Python notebook into specific sections of this repo. Follow Steps 1 through 3 of [OCR Subnet Tutorial](https://docs.bittensor.com/tutorials/ocr-subnet-tutorial) and copy the code from the linked Python notebook into this repo.
115115

116116

117117
## Preparing to run the OCR subnet

0 commit comments

Comments
 (0)
Failed to load comments.