From 5f72d0489bdf663de90c388e8371ad0d0e722585 Mon Sep 17 00:00:00 2001 From: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> Date: Mon, 15 Apr 2024 02:07:30 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=92=20[docs]:=20Fix=20broken=20link=20?= =?UTF-8?q?to=20slim=20template=20in=20FAQ=20(#2969)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix broken link in FAQ --- docs/extra/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extra/faq.md b/docs/extra/faq.md index 3a6062b00e..37b810cd3a 100644 --- a/docs/extra/faq.md +++ b/docs/extra/faq.md @@ -86,7 +86,7 @@ Fiber currently supports 9 template engines in our [gofiber/template](https://do * [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) To learn more about using Templates in Fiber, see [Templates](../guide/templates.md).