Skip to content

Commit

Permalink
fix: fixed relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamLBS committed Jan 17, 2024
1 parent ced4b18 commit b025afd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Application developement project in 3rd year of Epitech. The AREA project is a p

# Backend

You can find the full documentation of the backend [here](docs/back.md)
You can find the full documentation of the backend [here](back.md)

![Event_flow](images/event_flow.png)

Expand All @@ -29,7 +29,7 @@ npm install

## Infrastructure

You can find the full documentation of the infrastructure [here](docs/infrastructure.md)
You can find the full documentation of the infrastructure [here](infrastructure.md)

![Infrastructure](images/infrastructure.png)
The AREA project is splitted in 6 differents containers
Expand Down Expand Up @@ -87,7 +87,7 @@ The officials endpoints currently available are:

# Front-end

You can find the full documentation of the front-end [here](docs/front.md)
You can find the full documentation of the front-end [here](front.md)

## Setup

Expand Down Expand Up @@ -126,7 +126,7 @@ To check if the Service SignIn `button` is added, navigate to the **Settings** p

# Mobile

You can find the full documentation of the mobile [here](docs/mobile.md)
You can find the full documentation of the mobile [here](mobile.md)

## Setup

Expand Down

0 comments on commit b025afd

Please sign in to comment.