Update README.md
This commit is contained in:
parent
37aad85e5f
commit
8f0f5db53d
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ some sort of documentation.
|
||||||
|
|
||||||
Documentation for Jael syntax and directives has been
|
Documentation for Jael syntax and directives has been
|
||||||
**moved** to the
|
**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
|
## This Repository
|
||||||
Within this repository are three packages:
|
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: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: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
|
* `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.
|
||||||
|
|
Loading…
Reference in a new issue