From cea9435a2d9e14a2775bbaba9425375dde74057d Mon Sep 17 00:00:00 2001 From: Tobe O Date: Thu, 28 Jun 2018 09:02:10 -0400 Subject: [PATCH] Move docs --- README.md | 5 +++-- jael/README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 70a4a411..28c45205 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,9 @@ or the time invested in building an SPA would be too much. Each of the [packages within this repository](#this-repository) contains some sort of documentation. -Documentation for Jael syntax and directives can be found in the -[wiki](https://github.com/angel-dart/jael/wiki). +Documentation for Jael syntax and directives has been +**moved** to the +[Angel framework wiki](https://angel-dart.gitbook.io/angel/front-end/jael-template-engine). ## This Repository Within this repository are three packages: diff --git a/jael/README.md b/jael/README.md index 2e78c2a9..3ae60136 100644 --- a/jael/README.md +++ b/jael/README.md @@ -4,7 +4,7 @@ A simple server-side HTML templating engine for Dart. -[See documentation.](https://github.com/angel-dart/jael/wiki) +[See documentation.](https://angel-dart.gitbook.io/angel/front-end/jael-template-engine) # Installation In your `pubspec.yaml`: