diff --git a/README.md b/README.md index a154205e..d35c15f5 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +facilities to speed up application development, so something like Jael is right at home.