Skip to content

Commit a81ff73

Browse files
Merge pull request opentensor#73 from opentensor/steffencruz/change-sn1-repo
Update subnet_links.py
2 parents 332a417 + 0f7e6e5 commit a81ff73

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,11 @@ class RetrieveUserAPI(SubnetsAPI):
247247
bytes(self.wallet.coldkey.private_key.hex(), "utf-8"),
248248
)
249249
return data
250-
250+
```
251251

252252
Example usage of the `FileTao` interface, which can serve as an example for other subnets.
253253

254+
```python
254255
# import the bespoke subnet API
255256
from storage import StoreUserAPI, RetrieveUserAPI
256257

@@ -289,7 +290,7 @@ In order to see real-world examples of subnets in-action, see the `subnet_links.
289290
import template
290291
template.SUBNET_LINKS
291292
[{'name': 'sn0', 'url': ''},
292-
{'name': 'sn1', 'url': 'https://github.com/opentensor/text-prompting/'},
293+
{'name': 'sn1', 'url': 'https://github.com/opentensor/prompting/'},
293294
{'name': 'sn2', 'url': 'https://github.com/bittranslateio/bittranslate/'},
294295
{'name': 'sn3', 'url': 'https://github.com/gitphantomman/scraping_subnet/'},
295296
{'name': 'sn4', 'url': 'https://github.com/manifold-inc/targon/'},

template/subnet_links.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SUBNET_LINKS = [
22
{"name": "sn0", "url": ""},
3-
{"name": "sn1", "url": "https://github.com/opentensor/text-prompting/"},
3+
{"name": "sn1", "url": "https://github.com/opentensor/prompting/"},
44
{"name": "sn2", "url": "https://github.com/bittranslateio/bittranslate/"},
55
{
66
"name": "sn3",

0 commit comments

Comments
 (0)