Fix some dead links on the tutorial (#2)

This commit is contained in:
Xavier Van de Woestyne 2021-04-04 13:44:43 +02:00 committed by GitHub
parent 6ca206e8af
commit 420c49f3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!