mirror of
https://github.com/aantron/dream.git
synced 2025-12-31 00:03:52 -05:00
Fix some dead links on the tutorial (#2)
This commit is contained in:
parent
6ca206e8af
commit
420c49f3ee
@ -27,20 +27,18 @@ list below and jump to whatever interests you!
|
||||
log.
|
||||
- [**`a-promise`**](a-promise/#files) — introduces Lwt, the
|
||||
promise library used by Dream.
|
||||
- [**`b-session`**](a-session/#files) — associates state with
|
||||
- [**`b-session`**](b-session/#files) — associates state with
|
||||
client sessions.
|
||||
- [**`c-cookie`**](c-cookie/#files) — sets custom cookies.
|
||||
- [**`d-form`**](c-form) — reading forms and CSRF prevention.
|
||||
- [**`e-json`**](d-json)
|
||||
- [**`f-static`**](e-static)
|
||||
- [**`g-upload`**](f-upload)
|
||||
- [**`h-sql`**](g-sql) — finally CRUD!
|
||||
- [**`i-graphql`**](h-graphql)
|
||||
- [**`j-stream`**](i-stream)
|
||||
- [**`k-websocket`**](j-websocket)
|
||||
- [**`l-https`**](k-https)
|
||||
- [**`m-crypto`**](l-crypto)
|
||||
- [**`n-locals`**](m-locals)
|
||||
- [**`d-form`**](d-form) — reading forms and CSRF prevention.
|
||||
- [**`e-json`**](e-json)
|
||||
- [**`f-static`**](f-static)
|
||||
- [**`g-upload`**](g-upload)
|
||||
- [**`h-sql`**](h-sql) — finally CRUD!
|
||||
- [**`i-graphql`**](i-graphql)
|
||||
- [**`j-stream`**](j-stream)
|
||||
- [**`k-websocket`**](k-websocket)
|
||||
- [**`k-https`**](k-https)
|
||||
|
||||
That's it for the tutorial!
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user