Skip to content

Commit f7b4224

Browse files
CopilotDavidKRK
andauthored
Normalize and replace unstable external URLs to eliminate dead-link scan noise (#233)
* Initial plan * fix: update dead and redirected links in docs and pages Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/de53e0af-11c3-4688-99f0-c91d6ec5dadb Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com> * docs: add ready-to-use brief for sequential PR handling by agent Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/f19ebe28-5f1b-4ee2-a51e-4bb855d3d831 Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com> * docs: clarify merge queue validity and WIP rule scope Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/f19ebe28-5f1b-4ee2-a51e-4bb855d3d831 Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>
1 parent 75e1e94 commit f7b4224

11 files changed

Lines changed: 60 additions & 12 deletions

File tree

.github/CODE_OF_CONDUCT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Tous les leaders de la communauté sont tenus de respecter la vie privée et la
4242

4343
## Attribution
4444

45-
Ce Code de Conduite est adapté du [Contributor Covenant][homepage], version 2.1, disponible à [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
45+
Ce Code de Conduite est adapté du [Contributor Covenant][homepage], version 2.1, disponible à [https://github.com/EthicalSource/contributor_covenant/blob/e56bbaf58c61153ad57843292cf99f53638bc522/CODE_OF_CONDUCT.md][v2.1].
4646

47-
[homepage]: https://www.contributor-covenant.org
48-
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
47+
[homepage]: https://github.com/EthicalSource/contributor_covenant/tree/e56bbaf58c61153ad57843292cf99f53638bc522
48+
[v2.1]: https://github.com/EthicalSource/contributor_covenant/blob/e56bbaf58c61153ad57843292cf99f53638bc522/CODE_OF_CONDUCT.md

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Je suis DJ depuis plus de 20 ans et je viens de créer ce site web pour partager
77
## Comment contribuer ?
88

99
1. Consultez les [issues](https://github.com/DavidKRK/DavidKRK.github.io/issues) pour voir s'il n'y a pas déjà une tâche qui vous intéresse.
10-
2. Si vous avez une nouvelle idée, n'hésitez pas à ouvrir une [nouvelle issue](https://github.com/DavidKRK/DavidKRK.github.io/issues/new/choose) pour en discuter.
10+
2. Si vous avez une nouvelle idée, n'hésitez pas à ouvrir une issue via la page [issues](https://github.com/DavidKRK/DavidKRK.github.io/issues) pour en discuter.
1111
3. Pour proposer un changement, faites un "fork" du projet, créez une branche pour vos modifications, et ouvrez une "pull request".
1212

1313
Merci encore pour votre contribution !

.github/agent-pr-merge-brief.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Brief agent — traitement séquentiel des PR
2+
3+
## Objectif
4+
Traiter et finaliser la file de PR suivante dans cet ordre :
5+
`232 → 219 → 218 → 217 → 216 → 214 → 233 → 225 → 223 → 222`
6+
7+
## Validité de la file
8+
- File définie le **2026-05-19**.
9+
- Cette file est **opérationnelle uniquement pour cette vague**.
10+
- Avant chaque nouvelle exécution, remplacer la liste par la file PR courante.
11+
12+
## Règles d’exécution
13+
1. Toujours traiter **une seule PR à la fois**, dans l’ordre indiqué.
14+
2. Avant tout merge, vérifier strictement :
15+
- le diff,
16+
- les checks CI,
17+
- l’absence de conflit.
18+
3. Merge autorisé uniquement si tout est vert.
19+
4. Pour toute PR marquée **WIP/Draft** (ici #223 dans cette vague) :
20+
- ne pas merger tant qu’elle n’est pas passée en **Ready for review**,
21+
- puis merger seulement si checks verts + pas de conflit.
22+
5. Méthode de merge attendue : **squash**.
23+
6. En cas de blocage (checks rouges, conflit, manque de droits, doute fonctionnel), **s’arrêter** et demander validation.
24+
25+
## Messages de prise en charge (ordre imposé)
26+
- #232: ✅ Je prends #232 (deps). Vérification diff/checks/conflits puis merge si vert. Next: #219.
27+
- #219: ✅ Je prends #219 (deps). Vérification diff/checks/conflits puis merge si vert. Next: #218.
28+
- #218: ✅ Je prends #218 (deps). Vérification diff/checks/conflits puis merge si vert. Next: #217.
29+
- #217: ✅ Je prends #217 (deps). Vérification diff/checks/conflits puis merge si vert. Next: #216.
30+
- #216: ✅ Je prends #216 (deps). Vérification diff/checks/conflits puis merge si vert. Next: #214.
31+
- #214: ✅ Je prends #214 (deps). Vérification diff/checks/conflits puis merge si vert. Next: #233.
32+
- #233: ✅ Je prends #233 (revue fonctionnelle). Vérification stricte diff/checks/conflits avant merge. Next: #225.
33+
- #225: ✅ Je prends #225 (revue fonctionnelle). Vérification stricte diff/checks/conflits avant merge. Next: #223.
34+
- #223: ✅ Je prends #223 (WIP). Revue en cours, merge uniquement après passage en Ready + checks verts. Next: #222.
35+
- #222: ✅ Je prends #222 (revue fonctionnelle). Vérification stricte diff/checks/conflits avant merge.
36+
37+
## Format de compte-rendu (obligatoire, PR par PR)
38+
Pour chaque PR traitée, fournir :
39+
- **PR** : `#<numéro>`
40+
- **Statut** : `Merged` | `Blocked` | `Skipped`
41+
- **Raison** : explication courte
42+
- **Checks** : lien(s) des checks / run CI
43+
- **Conflits** : `Oui/Non`
44+
- **Action suivante** : prochaine PR à traiter ou demande de validation
45+
46+
## Où coller ce brief
47+
- **Copilot/Cloud Agent** : dans la consigne de la task (prompt/instructions).
48+
- **Issue GitHub dédiée** : en description ou commentaire d’issue.

assets/player/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This example displays how to construct a basic audio player using howler.js as t
1313
## How-To
1414
1. Clone the git repo or download the source:
1515
* **Clone:** `git clone https://github.com/goldfire/howler.js.git`
16-
* **Download:** [https://github.com/goldfire/howler.js/archive/master.zip](https://github.com/goldfire/howler.js/archive/master.zip)
16+
* **Download:** [https://codeload.github.com/goldfire/howler.js/zip/refs/heads/master](https://codeload.github.com/goldfire/howler.js/zip/refs/heads/master)
1717
2. Open `index.html` in your favorite browser.
1818

1919
## Credits

bio.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ <h1 class="main-title">David KRK</h1>
216216
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-soundcloud"></i></a>
217217
<a href="https://www.tiktok.com/@davidkrk" target="_blank" rel="noopener noreferrer" aria-label="TikTok"
218218
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-tiktok"></i></a>
219-
<a href="https://www.buymeacoffee.com/davidkrk" target="_blank" rel="noopener noreferrer" aria-label="Buy Me A Coffee" class="social-icon text-2xl md:text-3xl"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="217" height="60" style="height: 1em; width: auto; vertical-align: middle;"></a>
219+
<a href="https://buymeacoffee.com/davidkrk" target="_blank" rel="noopener noreferrer" aria-label="Buy Me A Coffee" class="social-icon text-2xl md:text-3xl"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="217" height="60" style="height: 1em; width: auto; vertical-align: middle;"></a>
220220
</div>
221221

222222
<div class="flex flex-wrap justify-center items-center gap-3 sm:gap-4 mb-4 text-sm">

contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h1 class="main-title">David KRK</h1>
164164
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-soundcloud"></i></a>
165165
<a href="https://www.tiktok.com/@davidkrk" target="_blank" rel="noopener noreferrer" aria-label="TikTok"
166166
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-tiktok"></i></a>
167-
<a href="https://www.buymeacoffee.com/davidkrk" target="_blank" rel="noopener noreferrer" aria-label="Buy Me A Coffee" class="social-icon text-2xl md:text-3xl"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="217" height="60" style="height: 1em; width: auto; vertical-align: middle;"></a>
167+
<a href="https://buymeacoffee.com/davidkrk" target="_blank" rel="noopener noreferrer" aria-label="Buy Me A Coffee" class="social-icon text-2xl md:text-3xl"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="217" height="60" style="height: 1em; width: auto; vertical-align: middle;"></a>
168168
</div>
169169

170170
<div class="flex flex-wrap justify-center items-center gap-3 sm:gap-4 mb-4 text-sm">

event.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h1 class="main-title">David KRK</h1>
9999
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-soundcloud"></i></a>
100100
<a href="https://www.tiktok.com/@davidkrk" target="_blank" rel="noopener noreferrer" aria-label="TikTok"
101101
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-tiktok"></i></a>
102-
<a href="https://www.buymeacoffee.com/davidkrk" target="_blank" rel="noopener noreferrer" aria-label="Buy Me A Coffee" class="social-icon text-2xl md:text-3xl"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="217" height="60" style="height: 1em; width: auto; vertical-align: middle;"></a>
102+
<a href="https://buymeacoffee.com/davidkrk" target="_blank" rel="noopener noreferrer" aria-label="Buy Me A Coffee" class="social-icon text-2xl md:text-3xl"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="217" height="60" style="height: 1em; width: auto; vertical-align: middle;"></a>
103103
</div>
104104

105105
<div class="flex flex-wrap justify-center items-center gap-3 sm:gap-4 mb-4 text-sm">

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h1 class="main-title">David KRK</h1>
139139
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-soundcloud"></i></a>
140140
<a href="https://www.tiktok.com/@davidkrk" target="_blank" rel="noopener noreferrer" aria-label="TikTok"
141141
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-tiktok"></i></a>
142-
<a href="https://www.buymeacoffee.com/davidkrk" target="_blank" rel="noopener noreferrer" aria-label="Buy Me A Coffee" class="social-icon text-2xl md:text-3xl"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="217" height="60" style="height: 1em; width: auto; vertical-align: middle;"></a>
142+
<a href="https://buymeacoffee.com/davidkrk" target="_blank" rel="noopener noreferrer" aria-label="Buy Me A Coffee" class="social-icon text-2xl md:text-3xl"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="217" height="60" style="height: 1em; width: auto; vertical-align: middle;"></a>
143143
</div>
144144

145145
<div class="flex flex-wrap justify-center items-center gap-3 sm:gap-4 mb-4 text-sm">

music.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ <h3><i class="fab fa-youtube" style="color:#ff0000;"></i> <span id="youtube-titl
199199
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-soundcloud"></i></a>
200200
<a href="https://www.tiktok.com/@davidkrk" target="_blank" rel="noopener noreferrer" aria-label="TikTok"
201201
class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-tiktok"></i></a>
202-
<a href="https://www.buymeacoffee.com/davidkrk" target="_blank" rel="noopener noreferrer" aria-label="Buy Me A Coffee" class="social-icon text-2xl md:text-3xl"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="217" height="60" style="height: 1em; width: auto; vertical-align: middle;"></a>
202+
<a href="https://buymeacoffee.com/davidkrk" target="_blank" rel="noopener noreferrer" aria-label="Buy Me A Coffee" class="social-icon text-2xl md:text-3xl"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="217" height="60" style="height: 1em; width: auto; vertical-align: middle;"></a>
203203
</div>
204204

205205
<div class="flex flex-wrap justify-center items-center gap-3 sm:gap-4 mb-4 text-sm">

readme.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>Final Notes</h2>
8888
<h2>Share the Love</h2>
8989
<p>WordPress has no multi-million dollar marketing campaign or celebrity sponsors, but we do have something even better&#8212;you. If you enjoy WordPress please consider telling a friend, setting it up for someone less knowledgeable than yourself, or writing the author of a media article that overlooks us.</p>
9090

91-
<p>WordPress is the official continuation of <a href="https://cafelog.com/">b2/caf&#233;log</a>, which came from Michel V. The work has been continued by the <a href="https://wordpress.org/about/">WordPress developers</a>. If you would like to support WordPress, please consider <a href="https://wordpress.org/donate/">donating</a>.</p>
91+
<p>WordPress is the official continuation of <a href="https://cafelog.com/">b2/caf&#233;log</a>, which came from Michel V. The work has been continued by the <a href="https://wordpress.org/about/">WordPress developers</a>. If you would like to support WordPress, please consider <a href="https://wordpressfoundation.org/donate/">donating</a>.</p>
9292

9393
<h2>License</h2>
9494
<p>WordPress is free software, and is released under the terms of the <abbr>GPL</abbr> (GNU General Public License) version 2 or (at your option) any later version. See <a href="license.txt">license.txt</a>.</p>

0 commit comments

Comments
 (0)