Skip to content

Commit

Permalink
docs(links): update deprecated links
Browse files Browse the repository at this point in the history
update deprecated links
references to the API specs and testing URL brings a not found page
  • Loading branch information
borguuh authored and geromegrignon committed Oct 28, 2021
1 parent 5c8ebbb commit 65f7cf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/docs/specs/backend-specs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 65f7cf7

Please sign in to comment.