From dfcba2aa85bbe14dc663ec2d8bd2876f8627de3a Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Wed, 25 Mar 2020 10:15:55 -0500 Subject: [PATCH] docs: Fix link to ReadMe API docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 846e8bfa5..7d53f0aa1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ * [Future](#future) ### About `rdme` -`rdme` is the CLI wrapper for [ReadMe's RESTful API](https://readme.readme.io/v2.0/reference). It allows you to upload and edit [Swagger](https://swagger.io/) and [OAS](https://swagger.io/specification/) files associated with projects you create on [ReadMe](https://readme.com/). Additionally, you can sync documentation with your project, and manage project versions. +`rdme` is the CLI wrapper for [ReadMe's RESTful API](https://docs.readme.com/developers/reference/intro). It allows you to upload and edit [Swagger](https://swagger.io/) and [OAS](https://swagger.io/specification/) files associated with projects you create on [ReadMe](https://readme.com/). Additionally, you can sync documentation with your project, and manage project versions. ## Configuration ### Installation