From 20f06570671efe271a51b32707b6b3b562f606ba Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sat, 10 Nov 2018 20:54:14 -0500 Subject: [PATCH] fix homepage --- jael/README.md | 4 ++-- jael/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jael/README.md b/jael/README.md index 3ae60136..6bf7f3b2 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://angel-dart.gitbook.io/angel/front-end/jael-template-engine) +[See documentation.](https://angel-dart.gitbook.io/angel/front-end/jael) # Installation In your `pubspec.yaml`: @@ -47,4 +47,4 @@ void myFunction() { ``` Pre-processing (i.e. handling of blocks and includes) is handled -by `package:jael_preprocessor.`. \ No newline at end of file +by `package:jael_preprocessor.`. diff --git a/jael/pubspec.yaml b/jael/pubspec.yaml index fc496538..d4875504 100644 --- a/jael/pubspec.yaml +++ b/jael/pubspec.yaml @@ -1,5 +1,5 @@ name: jael -version: 2.0.1+1 +version: 2.0.1+2 description: A simple server-side HTML templating engine for Dart. Comparable to Blade or Liquid. author: Tobe O homepage: https://angel-dart.gitbook.io/angel/front-end/jael