From f1ff0f45c8d73442e56a9b5388f2d8ced1a5f633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Tue, 18 Jul 2023 11:57:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Doc:=20Fixed=20link=20to=20slim?= =?UTF-8?q?=20template=20engine=20(#2547)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit docs: fixed link to slim template engine --- docs/guide/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/templates.md b/docs/guide/templates.md index e37bc59b..cc52c2d9 100644 --- a/docs/guide/templates.md +++ b/docs/guide/templates.md @@ -58,7 +58,7 @@ Fiber team maintains [templates](https://docs.gofiber.io/template) package that * [jet](https://docs.gofiber.io/template/jet) * [mustache](https://docs.gofiber.io/template/mustache) * [pug](https://docs.gofiber.io/template/pug) -* [slim](https://docs.gofiber.io/template/pug) +* [slim](https://docs.gofiber.io/template/slim)