From 86289836c1822055fcb4da887b4c2a0f47e8a5bc Mon Sep 17 00:00:00 2001 From: bum752 Date: Mon, 19 Nov 2018 22:10:02 +0900 Subject: [PATCH] Change link (#67) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 660365d2f..84bd337a8 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Alternately, to quickly try out this repo in the cloud, you can [![Remix on Glit ## Error Handling -In `routes/api/index.js`, we define a error-handling middleware for handling Mongoose's `ValidationError`. This middleware will respond with a 422 status code and format the response to have [error messages the clients can understand](https://github.com/gothinkster/realworld/blob/master/API.md#errors-and-status-codes) +In `routes/api/index.js`, we define a error-handling middleware for handling Mongoose's `ValidationError`. This middleware will respond with a 422 status code and format the response to have [error messages the clients can understand](https://github.com/gothinkster/realworld/blob/master/api/README.md#errors-and-status-codes) ## Authentication