From 74ce5452bd9360d2596484c7683b64f9112e0fc9 Mon Sep 17 00:00:00 2001 From: Udo Kramer Date: Tue, 16 May 2017 14:54:11 +0200 Subject: [PATCH] Fix link to Postman collection --- BACKEND_INSTRUCTIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BACKEND_INSTRUCTIONS.md b/BACKEND_INSTRUCTIONS.md index bad7c8d530..28b51b2c63 100644 --- a/BACKEND_INSTRUCTIONS.md +++ b/BACKEND_INSTRUCTIONS.md @@ -2,4 +2,4 @@ # [Backend API spec](https://github.com/gothinkster/realworld/tree/master/api) -For your convenience, we have a [Postman collection](https://github.com/gothinkster/realworld/blob/master/api/Conduit.json.postman_collection) that you can use to test your API endpoints as you build your app. +For your convenience, we have a [Postman collection](https://github.com/gothinkster/realworld/blob/master/api/Conduit.postman_collection.json) that you can use to test your API endpoints as you build your app.