diff --git a/README.md b/README.md index b37d533..881edcd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > A **University of Paris-Est Créteil (UPEC)** Semester 6 project. ## Documentation -- 🇫🇷 [Version Française](https://guezoloic.github.io/millesima-ai-engine) +- 🇫🇷 [Version Française](https://millesima-ai.github.guezoloic.com) > note: only french version enabled for now. --- @@ -12,7 +12,7 @@ 1. **Clone the repository:** ```bash - git clone https://github.com/votre-pseudo/millesima-ai-engine.git + git clone https://github.com/guezoloic/millesima-ai-engine.git cd millesima-ai-engine ``` diff --git a/docs/index.md b/docs/index.md index 7f674c4..293815d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,12 +5,12 @@ L’objectif de ce projet est d’étudier, en utilisant des méthodes d’appre ## projet

Votre navigateur ne peut pas afficher ce PDF. - Cliquez ici pour le télécharger.

+ Cliquez ici pour le télécharger.

\ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 21b8d5d..f26bb9d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: "Projet Millesima S6" -site_url: "https://github.guezoloic.com/millesima-ai-engine/" +site_url: "https://millesima-ai.github.guezoloic.com" theme: name: "material" diff --git a/pyproject.toml b/pyproject.toml index e6e8fe4..e4c03d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "projet-millesima-s6" +name = "millesima-project-s6" version = "0.1.0" dependencies = [ "requests==2.32.5",