From 04604dcca00faac42d8e665cace3b779443d5f94 Mon Sep 17 00:00:00 2001 From: heldev Date: Wed, 1 May 2019 22:16:40 -0400 Subject: [PATCH] Fix pebble URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 532d74f..82ef466 100644 --- a/README.md +++ b/README.md @@ -895,7 +895,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Handlebars.java](https://jknack.github.io/handlebars.java) - Logicless and semantic Mustache templates. - [Jade4J](https://github.com/neuland/jade4j) - Implementation of Pug (formerly known as Jade). - [Jtwig](http://jtwig.org) - Modular, configurable and fully tested template engine. -- [Pebble](http://www.mitchellbosecke.com/pebble/home) - Inspired by Twig and separates itself with its inheritance feature and its easy-to-read syntax. It ships with built-in autoescaping for security and it includes integrated support for internationalization. +- [Pebble](https://pebbletemplates.io) - Inspired by Twig and separates itself with its inheritance feature and its easy-to-read syntax. It ships with built-in autoescaping for security and it includes integrated support for internationalization. - [Rocker](https://github.com/fizzed/rocker) - Optimized, memory efficient and speedy template engine producing statically typed, plain objects. - [Thymeleaf](http://www.thymeleaf.org) - Aims to be a substitute for JSP and works for XML files.