update tutorial links

This commit is contained in:
James Acklin 2021-10-06 09:17:38 -04:00
parent 25483f9b9a
commit e384375819

View File

@ -10,11 +10,11 @@ Weve made several self-guided tutorials and guides available to get your star
This guide contains the best practices for configuring your environment for Urbit development, like setting up your text editor and working with “fakeships”. This guide also serves as a reference for environment-related issues.
### [Hoon Tutorial (~1-2 weeks)](https://urbit.org/docs/hoon/overview)
### [Hoon Tutorial (~1-2 weeks)](https://urbit.org/docs/hoon/hoon-school)
This is the recommended starting point for anyone that wants to learn full stack Urbit development. It walks you through the Hoon programming language, generators, and the basics of Urbit programming.
### [Gall Tutorial (~1-2 weeks)](https://urbit.org/docs/userspace/gall/gall)
### [Gall Tutorial (~1-2 weeks)](https://github.com/timlucmiptev/gall-guide)
This course picks up where Hoon School left off by teaching you how to use the language to build a real-world application using a gall agent. This covers the entirety of the gall API, best practices for developing agents over time, and exercises to push your knowledge.
@ -26,11 +26,11 @@ The vane eyre allows clients to interact with Urbit over an HTTP interface. Urbi
Equipped with knowledge of the basics of all parts of the stack, there are a number of additional supplementary tutorials and guides to deepen your knowledge:
### [Guide to Working with JSON](https://urbit.org/docs/userspace/threads/examples/get-json)
### [Guide to Working with JSON](https://github.com/urbit/urbit.org/pull/1131)
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.
### Software Distribution Guide (Coming soon)
### [Software Distribution Guide](https://urbit.org/docs/userspace/dist/dist)
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.
@ -42,6 +42,6 @@ This tutorial walks you though everthing youve learned to date: writing a gal
Graph store is a gall agent thats designed to be a general-purpose database for storing graph-like data. Comprising the bulk of the backend for Tlons Landscape applciation, its battle tested and optimized for real-world use. This guide walks you through its architecture and implementation, and then shows you how to use it as a data store for your own application.
### [Guide to Threads (Coming soon)](https://urbit.org/grants/thread-documentation)
### [Guide to Threads](https://urbit.org/docs/userspace/threads/overview)
TODO: Maybe this is better for 101?