chore: remove local git repo path from laporra project

- Clear gitRepoUrl for laporra.club project in both EN/ES CV data
- Update validation doc example to use generic path instead of specific project
- Prevents exposing local filesystem paths in public CV data
```
This commit is contained in:
juanatsap
2025-12-02 14:16:57 +00:00
parent fc63151dcd
commit 9842f183ea
3 changed files with 3 additions and 3 deletions
@@ -227,7 +227,7 @@ func (cv *CV) Validate() error {
**Why flexible?** The field is used for getting git commit dates, which works with both:
- Remote URLs: `https://github.com/user/project`
- Local paths: `/Users/txeo/laporra`
- Local paths: `/Users/txeo/Git/yo/cv`
Being too strict would break legitimate use cases.
+1 -1
View File
@@ -592,7 +592,7 @@
"projectDesc": "Football Prediction Platform",
"url": "https://laporra.club",
"projectLogo": "laporra.png",
"gitRepoUrl": "/Users/txeo/laporra",
"gitRepoUrl": "",
"location": "Online",
"current": true,
"technologies": [
+1 -1
View File
@@ -597,7 +597,7 @@
"projectDesc": "Plataforma de Predicción de Fútbol",
"url": "https://laporra.club",
"projectLogo": "laporra.png",
"gitRepoUrl": "/Users/txeo/laporra",
"gitRepoUrl": "",
"location": "Online",
"current": true,
"technologies": [