diff --git a/src/pages/bbs/index.astro b/src/pages/bbs/index.astro index 183eb46..0ae708e 100644 --- a/src/pages/bbs/index.astro +++ b/src/pages/bbs/index.astro @@ -19,16 +19,16 @@ import { BANNER_TEMPLE } from '../../lib/ansiArt'; title: 'PC SECTION', hardware: 'Colani 486dx2-66 / DOS / VGA / SB AWE32', items: [ - { key: 'S', label: 'SkyLINE Productions', href: '/bbs/pc/skyline' }, - { key: 'T', label: 'Tr@nceMISSION', href: '/bbs/pc/trancemission' }, - { key: 'P', label: 'PHOB!A', href: '/bbs/pc/phobia' }, - { key: 'K', label: 'Kosmos Design [KDS]', href: '/bbs/pc/kosmos-design' }, + { key: 'S', label: 'SkyLINE Productions', href: '/bbs/pc/skyline/' }, + { key: 'T', label: 'Tr@nceMISSION', href: '/bbs/pc/trancemission/' }, + { key: 'P', label: 'PHOB!A', href: '/bbs/pc/phobia/' }, + { key: 'K', label: 'Kosmos Design [KDS]', href: '/bbs/pc/kosmos-design/' }, ], }, { title: 'ATARI ST SECTION', hardware: '1040 STFM (1MB) / Mega 4 (4MB, 60MB HD)', - items: [{ key: 'D', label: 'Tropic DREAMs', href: '/bbs/atari/tropic-dreams' }], + items: [{ key: 'D', label: 'Tropic DREAMs', href: '/bbs/atari/tropic-dreams/' }], }, ]} />