From e9e160909c1978de5fa3ec1e17276cbe1fc76981 Mon Sep 17 00:00:00 2001 From: Roseford Date: Wed, 25 Oct 2023 11:25:47 +0100 Subject: [PATCH] added relative path for accessibility --- backend/docs/backend_README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/docs/backend_README.md b/backend/docs/backend_README.md index 51ce73b2..56b9d5a0 100644 --- a/backend/docs/backend_README.md +++ b/backend/docs/backend_README.md @@ -24,11 +24,11 @@ The platform that fAIr provides is a further fine-tuning of the base-line model The backend codebase is organised into the following main directories and files: -- docker: This directory contains the Docker configurations for the project. +- [docker](../docker/): This directory contains the Docker configurations for the project. - ramp: This directory contains the RAMP (Rapid Analytics and Model Prototyping) configurations. - solaris: This directory contains the Solaris configurations, a Python library for piping and translation between geospatial and ML formats -- requirements.txt: This file lists the Python dependencies required by the project. +- [requirements.txt](../requirements.txt): This file lists the Python dependencies required by the project. ### Deploying