From 51c13cc2ebcbacce99c8c77a8871019e19c935d4 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Thu, 28 Apr 2022 19:30:03 +0300 Subject: [PATCH] Remove git.io usage See https://github.blog/changelog/2022-04-25-git-io-deprecation/. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3e58738..3938a191 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is a straightforward boilerplate for building REST APIs with ES6 and Expres - CORS support via [cors](https://github.com/troygoode/node-cors) - Body Parsing via [body-parser](https://github.com/expressjs/body-parser) -> Tip: If you are using [Mongoose](https://github.com/Automattic/mongoose), you can automatically expose your Models as REST resources using [restful-mongoose](https://git.io/restful-mongoose). +> Tip: If you are using [Mongoose](https://github.com/Automattic/mongoose), you can automatically expose your Models as REST resources using [restful-mongoose](https://github.com/developit/restful-mongoose).