From 09be3c8660c10a26c51950c3c15defe2a369adcb Mon Sep 17 00:00:00 2001 From: Reindert <16726304+reindert-vetter@users.noreply.github.com> Date: Wed, 9 Feb 2022 23:29:45 +0100 Subject: [PATCH] Update Confetti Framework URL The framework has been moved to GitHub pages without its own domain name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8fce897..c9294e7e 100644 --- a/README.md +++ b/README.md @@ -2531,7 +2531,7 @@ _Full stack web frameworks._ - [Banjo](https://github.com/nsheremet/banjo) - Very simple and fast web framework for Go. - [Beego](https://github.com/astaxie/beego) - beego is an open-source, high-performance web framework for the Go programming language. - [Buffalo](https://gobuffalo.io) - Bringing the productivity of Rails to Go! -- [Confetti Framework](https://www.confetti-framework.com) - Confetti is a Go web application framework with an expressive, elegant syntax. Confetti combines the elegance of Laravel and the simplicity of Go. +- [Confetti Framework](https://confetti-framework.github.io/docs/) - Confetti is a Go web application framework with an expressive, elegant syntax. Confetti combines the elegance of Laravel and the simplicity of Go. - [Echo](https://github.com/labstack/echo) - High performance, minimalist Go web framework. - [Fiber](https://github.com/gofiber/fiber) - An Express.js inspired web framework build on Fasthttp. - [Fireball](https://github.com/zpatrick/fireball) - More "natural" feeling web framework.