From 09dc2ec42c4d2dfa83c07666395acc65f4748782 Mon Sep 17 00:00:00 2001 From: Malcolm Kee Date: Wed, 27 May 2020 22:45:20 +0800 Subject: [PATCH] docs: fix backend api link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2cc9b1..0cc1bbe 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ You can cross-reference them and see the difference between them. I will put my ## Backend API -The backend API that supports this site is a NestJS application. Its API is available [here](backend-api) and its repo [here](backend-api-repo). +The backend API that supports this site is a NestJS application. Its API is available [here][backend-api] and its repo [here][backend-api-repo]. Its database will refresh everytime Heroku restart it, so usually you can get a clean state to test this site.