From 9aca58bebf73c39e90c2080fd8415a495b1da848 Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 26 Jun 2020 16:08:32 +0200 Subject: [PATCH] Fix HAProxy link to github mirror repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca50fdf..2dfe935 100644 --- a/README.md +++ b/README.md @@ -336,7 +336,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Express Gateway](https://www.express-gateway.io/) - A microservices API gateway built on Express.js. - [Fabio](https://github.com/eBay/fabio) - A fast, modern, zero-conf load balancing HTTP/S router for deploying microservices managed by Consul. - [Gravitee](https://github.com/gravitee-io/gravitee-gateway) - The gateway is able to apply policies (ie. rules) to both HTTP requests and responses according to your needs, meaning that you can enhance requests and responses processing by adding transformation, security, and many other crazy features! -- [HAProxy](https://www.haproxy.org/) - Reliable, high Performance TCP/HTTP load balancer. +- [HAProxy](https://github.com/haproxy/haproxy) - Reliable, high Performance TCP/HTTP load balancer. - [Istio](https://istio.io/) - An open platform to connect, manage, and secure microservices. - [Janus](https://github.com/hellofresh/janus) - An API Gateway written in Go. - [Keepalived](http://www.keepalived.org/) - Simple and robust facilities for loadbalancing and high-availability to Linux system and Linux based infrastructures.