Skip to content

Commit 9f9997b

Browse files
committed
Fix: Correct release links to point to the latest version
1 parent eb18185 commit 9f9997b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ OnePagerGenerator permet d'automatiser la création de rapports "One Pager" à g
3737
## 📥 Téléchargement & Installation
3838

3939
### Version Stable
40-
Vous pouvez télécharger la dernière version stable pour macOS et Windows sur la page des [Releases](https://github.com/AlexandreEn/OnePagerGenerator/releases).
40+
Vous pouvez télécharger la dernière version stable pour macOS et Windows sur la page des [Releases](https://github.com/AlexandreEn/OnePagerGenerator/releases/latest).
4141

4242
### Installation (Développement)
4343
```bash

website/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ <h4 style="margin-bottom: 0.5rem;">macOS</h4>
329329
<p style="font-size: 0.875rem; color: var(--text-muted); margin-bottom: 1.5rem;">Version Apple
330330
Silicon & Intel</p>
331331
</div>
332-
<a href="https://github.com/AlexandreEn/OnePagerGenerator/releases" class="btn btn-primary"
332+
<a href="https://github.com/AlexandreEn/OnePagerGenerator/releases/latest" class="btn btn-primary"
333333
style="width: 100%; justify-content: center;">
334334
<i data-lucide="download"></i> .dmg
335335
</a>
@@ -341,7 +341,7 @@ <h4 style="margin-bottom: 0.5rem;">Windows</h4>
341341
<p style="font-size: 0.875rem; color: var(--text-muted); margin-bottom: 1.5rem;">Compatible
342342
Windows 10 & 11</p>
343343
</div>
344-
<a href="https://github.com/alexandre/OnePager/releases" class="btn btn-primary"
344+
<a href="https://github.com/AlexandreEn/OnePagerGenerator/releases/latest" class="btn btn-primary"
345345
style="width: 100%; justify-content: center;">
346346
<i data-lucide="download"></i> .exe / .msi
347347
</a>

0 commit comments

Comments
 (0)