Skip to content

Commit caa12f7

Browse files
author
Robert Trenaman
committed
Fix wiki links to use wiki-viewer.html instead of direct .md files
1 parent d20e53d commit caa12f7

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

website/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
<li><a href="#features">Features</a></li>
358358
<li><a href="#documentation">Documentation</a></li>
359359
<li><a href="#pages">Investors</a></li>
360-
<li><a href="wiki/Home.md">Wiki</a></li>
360+
<li><a href="wiki-viewer.html?page=Home.md">Wiki</a></li>
361361
<li><a href="licences/LICENSE.md">License</a></li>
362362
</ul>
363363
</nav>
@@ -370,8 +370,8 @@ <h1 class="glow">COGNITIVE ENGINE</h1>
370370
A system where reasoning is explicit, inspectable, and iterative.
371371
</p>
372372
<div class="cta-container">
373-
<a href="wiki/Getting-Started.md" class="cta-button primary">Get Started</a>
374-
<a href="wiki/Architecture.md" class="cta-button">Learn More</a>
373+
<a href="wiki-viewer.html?page=Getting-Started.md" class="cta-button primary">Get Started</a>
374+
<a href="wiki-viewer.html?page=Architecture.md" class="cta-button">Learn More</a>
375375
</div>
376376
</section>
377377

@@ -408,35 +408,35 @@ <h3>Controlled Evolution</h3>
408408
<section class="documentation" id="documentation">
409409
<h2>Documentation</h2>
410410
<div class="doc-grid">
411-
<a href="wiki/Getting-Started.md" class="doc-card">
411+
<a href="wiki-viewer.html?page=Getting-Started.md" class="doc-card">
412412
<h3>Getting Started</h3>
413413
<p>Installation and basic usage</p>
414414
</a>
415-
<a href="wiki/Architecture.md" class="doc-card">
415+
<a href="wiki-viewer.html?page=Architecture.md" class="doc-card">
416416
<h3>Architecture</h3>
417417
<p>System design and components</p>
418418
</a>
419-
<a href="wiki/Core-Modules.md" class="doc-card">
419+
<a href="wiki-viewer.html?page=Core-Modules.md" class="doc-card">
420420
<h3>Core Modules</h3>
421421
<p>Detailed module documentation</p>
422422
</a>
423-
<a href="wiki/API-Reference.md" class="doc-card">
423+
<a href="wiki-viewer.html?page=API-Reference.md" class="doc-card">
424424
<h3>API Reference</h3>
425425
<p>Complete API documentation</p>
426426
</a>
427-
<a href="wiki/User-Guide.md" class="doc-card">
427+
<a href="wiki-viewer.html?page=User-Guide.md" class="doc-card">
428428
<h3>User Guide</h3>
429429
<p>Comprehensive user manual</p>
430430
</a>
431-
<a href="wiki/Integration.md" class="doc-card">
431+
<a href="wiki-viewer.html?page=Integration.md" class="doc-card">
432432
<h3>Integration</h3>
433433
<p>Integration examples</p>
434434
</a>
435-
<a href="wiki/Security.md" class="doc-card">
435+
<a href="wiki-viewer.html?page=Security.md" class="doc-card">
436436
<h3>Security</h3>
437437
<p>Security best practices</p>
438438
</a>
439-
<a href="wiki/FAQ.md" class="doc-card">
439+
<a href="wiki-viewer.html?page=FAQ.md" class="doc-card">
440440
<h3>FAQ</h3>
441441
<p>Frequently asked questions</p>
442442
</a>

0 commit comments

Comments
 (0)