From bbdf2a8d9a763d7b602ae0cc0268064e77be95c4 Mon Sep 17 00:00:00 2001 From: Elliot Lintz <45725915+Elliot67@users.noreply.github.com> Date: Sat, 15 Jul 2023 22:37:55 +0200 Subject: [PATCH] fix: change superagent documentation link --- docs/api/client/rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/client/rest.md b/docs/api/client/rest.md index 25eee4e41c..a7d6546996 100644 --- a/docs/api/client/rest.md +++ b/docs/api/client/rest.md @@ -22,7 +22,7 @@ The following chapter describes the use of npm install @feathersjs/rest-client --save ``` -`@feathersjs/rest-client` allows to connect to a service exposed through a REST HTTP transport (e.g. with [Koa](../koa.md#rest) or [Express](../express.md#rest)) using [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API), [Superagent](http://visionmedia.github.io/superagent/) or [Axios](https://github.com/mzabriskie/axios). +`@feathersjs/rest-client` allows to connect to a service exposed through a REST HTTP transport (e.g. with [Koa](../koa.md#rest) or [Express](../express.md#rest)) using [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API), [Superagent](https://github.com/ladjs/superagent) or [Axios](https://github.com/mzabriskie/axios).