change dist link to guide rather than overview (#3)

This commit is contained in:
tinnus-napbus 2021-10-23 06:58:56 +13:00 committed by GitHub
parent a9fda147e0
commit bda3e61760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ courses:
description: JSON is a dynamically-defined datastructure, and Hoon is a statically-typed language, which means that the two dont play together really well. This guide gives a comprehensive overview of how to parse and serialize JSON from Hoon.
- title: Software Distribution Guide
course: Urbit 201
link: https://urbit.org/docs/userspace/dist/dist
link: https://urbit.org/docs/userspace/dist/guide
description: After youve created something on Urbit youll probably want to share it with other people. This guide walks you through the mechanisms for distributing software over the network.
- title: Fullstack Development Tutorial - TodoMVC (Coming soon)
course: Urbit 201