From 420c49f3ee5508bfaec2b061d08d7b27fea3ce8d Mon Sep 17 00:00:00 2001 From: Xavier Van de Woestyne Date: Sun, 4 Apr 2021 13:44:43 +0200 Subject: [PATCH] Fix some dead links on the tutorial (#2) --- example/README.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/example/README.md b/example/README.md index 39ad6c4..c283ef6 100644 --- a/example/README.md +++ b/example/README.md @@ -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!