diff --git a/docs/plugins/tutorial.adoc b/docs/plugins/tutorial.adoc index 505368ae..c20b12e8 100644 --- a/docs/plugins/tutorial.adoc +++ b/docs/plugins/tutorial.adoc @@ -8,7 +8,7 @@ menu: framework This tutorial demonstrates an implementation of a user signup process, including user document creation, verification code generation, and email verification and provides guidance on using the development framework to implement microservices. -NOTE: Source code available at https://github.com/SoftInstigate/restheart/tree/master/examples/user-signup[here]. +NOTE: Source code available https://github.com/SoftInstigate/restheart/tree/master/examples/user-signup[here]. == Process Flow @@ -135,4 +135,4 @@ http GET :8080/coll -a : http GET :8080/coll -a : ---- -For a complete guide on credential checking, refer to link:https://restheart.org/docs/security/how-clients-authenticate/#suggested-way-to-check-credentials[Suggested way to check credentials]. \ No newline at end of file +For a complete guide on credential checking, refer to link:https://restheart.org/docs/security/how-clients-authenticate/#suggested-way-to-check-credentials[Suggested way to check credentials].