From fb714b03057a97edec35fb85ea56ee72bb0d0d33 Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Mon, 16 Mar 2026 09:49:03 +0100 Subject: [PATCH] Update Zato link to GitHub repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e1a013..3e6b879 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ A collaborative list of great resources about RESTful API architecture, developm * [apistar](https://github.com/encode/apistar) - A smart Web API framework, designed for Python 3. * [Falcon](https://github.com/falconry/falcon) - Falcon is a bare-metal Python web API framework for building high-performance microservices, app backends, and higher-level frameworks. * [FastAPI](https://github.com/tiangolo/fastapi) - FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. With automatic API documentation using Swagger UI and ReDoc, based on OpenAPI and JSON Schema. -* [Zato](https://zato.io) - Platform for building server-side integrations, automations and API backends in Python. +* [Zato](https://github.com/zatosource/zato/) - Platform for building server-side integrations, automations and API backends in Python. ### Ruby