Update README.md

This commit is contained in:
Tobe Osakwe 2019-04-23 22:34:44 -04:00 committed by GitHub
parent 37aad85e5f
commit 8f0f5db53d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ some sort of documentation.
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).
[Angel framework wiki](https://docs.angel-dart.dev/packages/front-end/jael).
## This Repository
Within this repository are three packages:
@ -31,4 +31,4 @@ Within this repository are three packages:
* `package:jael_preprocessor` - Handles template inheritance, and facilitates the use of "compile-time" constructs.
* `package:build_jael` - Uses `package:build` to compile Jael templates, therefore allowing speedy incremental builds to HTML files.
* `package:angel_jael` - [Angel](https://angel-dart.github.io) support for Jael. Angel contains other
facilities to speed up application development, so something like Jael is right at home.
facilities to speed up application development, so something like Jael is right at home.