From 65f7cf71eee50a5cbaf5274d5515bbac3f71dddd Mon Sep 17 00:00:00 2001 From: Azeez <58574126+Ar8official@users.noreply.github.com> Date: Thu, 28 Oct 2021 17:05:18 +0100 Subject: [PATCH] docs(links): update deprecated links update deprecated links references to the API specs and testing URL brings a not found page --- documentation/docs/specs/backend-specs/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/specs/backend-specs/introduction.md b/documentation/docs/specs/backend-specs/introduction.md index 3c0b076bc..37bfa2261 100644 --- a/documentation/docs/specs/backend-specs/introduction.md +++ b/documentation/docs/specs/backend-specs/introduction.md @@ -5,8 +5,8 @@ sidebar_position: 1 # Introduction -All backend implementations need to adhere to our [API spec](https://github.com/gothinkster/realworld/tree/master/api). +All backend implementations need to adhere to our [API spec](https://github.com/gothinkster/realworld/tree/main/api). For your convenience, we have a [Postman collection](https://github.com/gothinkster/realworld/blob/main/api/Conduit.postman_collection.json) that you can use to test your API endpoints as you build your app. -Our [starter kit](https://github.com/gothinkster/realworld-starter-kit) includes [references to the API specs & testing](https://github.com/gothinkster/realworld-starter-kit/blob/master/BACKEND_INSTRUCTIONS.md) required for creating a new backend. +Check out our [starter kit](https://github.com/gothinkster/realworld-starter-kit) to create a new implementation, please read [references to the API specs & testing](https://gothinkster.github.io/realworld/docs/specs/backend-specs/introduction) required for creating a new backend.