Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added relative path for accessibility #176

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions backend/docs/backend_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down