From a84a06c1be90f655cc1cd50ed9e1eafcd78306b5 Mon Sep 17 00:00:00 2001 From: Dan Cojocaru Date: Tue, 4 Jan 2022 10:25:59 +0200 Subject: [PATCH] Added links in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69ab8b3..0371e6f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The design is modular: the client and the server can be hosted independently. Th ### Client -Make sure to change the `baseURL` in `client/src/api.js`. The `baseURL` should point to the address of the server. +Make sure to change the `baseURL` in [`client/src/api.js`](client/src/api.js). The `baseURL` should point to the address of the server. ```js const baseURL = "https://foxbank-api.extras.dcdevelop.xyz"; @@ -53,7 +53,7 @@ export PORT=5000 # set port here docker-compose up -d ``` -Check the `server/run.sh` script for further reference. +Check the [`server/run.sh`](server/run.sh) script for further reference. ---