Skip to content

Commit 7ce714b

Browse files
ferr079claude
andcommitted
fix: update stale cross-links after page consolidation
- BBS boards: cybersecurite→securite, ia→projets (display + nav) - Base.astro: source comment symbiose→chat Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 90db75b commit 7ce714b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/layouts/Base.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const siteUrl = 'https://pixelium.win';
4545
║ for the job. Or the right job for the person. ║
4646
║ ║
4747
║ → pixelium.win/about ║
48-
║ → pixelium.win/symbiose
48+
║ → pixelium.win/chat
4949
║ ║
5050
╚═══════════════════════════════════════════════════════════╝
5151

src/pages/bbs.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,8 @@ import Base from '../layouts/Base.astro';
481481
writeln(' [2] PROJECTS pixelium.win/projets', 'amber');
482482
writeln(' [3] SECURITY pixelium.win/securite', 'amber');
483483
writeln(' [4] INFRASTRUCTURE pixelium.win/infrastructure', 'amber');
484-
writeln(' [5] CYBERSECURITY pixelium.win/cybersecurite', 'amber');
485-
writeln(' [6] AI & AGENTS pixelium.win/ia', 'amber');
484+
writeln(' [5] CYBERSECURITY pixelium.win/securite', 'amber');
485+
writeln(' [6] AI & PROJECTS pixelium.win/projets', 'amber');
486486
writeln(' [7] LIVE STATUS pixelium.win/status', 'amber');
487487
writeln();
488488
writeln(' Enter number to open, or /menu to return.', 'dim');
@@ -492,7 +492,7 @@ import Base from '../layouts/Base.astro';
492492
// Board navigation handler
493493
const boardUrls: Record<string, string> = {
494494
'1': '/about', '2': '/projets', '3': '/securite',
495-
'4': '/infrastructure', '5': '/cybersecurite', '6': '/ia', '7': '/status',
495+
'4': '/infrastructure', '5': '/securite', '6': '/projets', '7': '/status',
496496
};
497497

498498
// Send chat message

0 commit comments

Comments
 (0)