📚 Doc: Fixed link to slim template engine (#2547)

docs: fixed link to slim template engine
This commit is contained in:
Štefan Baebler 2023-07-18 11:57:06 +02:00 committed by GitHub
parent f6446ab0b9
commit f1ff0f45c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
<Tabs>
<TabItem value="example" label="Example">