From c0e90451f925afe609009e5d8379c8227fa87465 Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Tue, 29 Jul 2025 11:53:50 +0200 Subject: [PATCH] Remove broken link --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d82de5b..306807d 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,6 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [httpbin](https://httpbin.org) - HTTP request and response service - a/k/a Swiss Army Knife for HTTP. * [FakeRest](https://github.com/marmelab/FakeRest) - Redirect fetch() calls to a client-side fake REST API. * [json-server](https://github.com/typicode/json-server) - Serve a REST API from fixture files using quick prototyping. -* [Mocky.io](https://www.mocky.io/) - Free online service to create fake HTTP responses. * [MockServer](https://www.mock-server.com/) - Easy mocking of any system you integrate with via HTTP or HTTPS. * [Request Baskets](https://github.com/darklynx/request-baskets) - Service to collect HTTP requests and inspect them via RESTful API or web UI. * [DuckRails](https://github.com/iridakos/duckrails) - Mock quickly & dynamically API endpoints.