Skip to content

Commit

Permalink
(fix) Relative paths
Browse files Browse the repository at this point in the history
Relative paths have been updated to the new project structure.
  • Loading branch information
pabramber01 committed Mar 22, 2024
1 parent f6d8409 commit c7a7ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Install dependencies
run: pip install -r ./requirements.txt
- name: Test
run: python ./src/build_check.py
run: python ./f1_prediction/scripts/build_check.py
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# F1 Prediction

<p align="center">
<img src="gh-pages/logo.png" alt="logo">
<img src="f1_prediction/assets/images/logo.png" alt="logo">
</p>

The FIA Formula 1 World Championship, better known as Formula 1, F1 or Formula One, is the premier international motorsport competition and the most popular and prestigious motorsport championship in the world since 1950. The governing body is the Fédération Internationale de l'Automobile (FIA). Since September 2016, following the acquisition of Formula One Group, the American company Liberty Media has been responsible for managing and operating the championship.
Expand Down

0 comments on commit c7a7ab7

Please sign in to comment.