Skip to content

Commit 39c9ae9

Browse files
committed
Fix broken documentation links: redirect to GitHub repository
- Update all /sigmos/docs/getting-started links to point to GitHub repo - Links now direct users to https://github.com/copyleftdev/sigmos\#getting-started - Prevents 404 errors since docs pages don't exist yet in Astro site - All three broken links fixed: hero section, CTA section, and final CTA - Build confirmed working after link updates
1 parent 3d6c992 commit 39c9ae9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

dist/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</span> </h1> <p class="text-xl md:text-2xl text-gray-300 mb-4 max-w-4xl mx-auto leading-relaxed" data-astro-cid-j7pv25f6>
1111
A next-generation <span class="text-primary-400 font-semibold" data-astro-cid-j7pv25f6>Domain-Specific Language</span> for
1212
</p> <p class="text-xl md:text-2xl text-gray-300 mb-12 max-w-4xl mx-auto leading-relaxed" data-astro-cid-j7pv25f6> <span class="text-accent-400 font-semibold" data-astro-cid-j7pv25f6>AI-native</span>, composable, reactive, and multimodal systems
13-
</p> <div class="flex flex-col sm:flex-row gap-4 justify-center items-center mb-16" data-astro-cid-j7pv25f6> <a href="/sigmos/docs/getting-started" class="bg-blue-600 text-white px-8 py-4 rounded-xl font-semibold text-lg" data-astro-cid-j7pv25f6>
13+
</p> <div class="flex flex-col sm:flex-row gap-4 justify-center items-center mb-16" data-astro-cid-j7pv25f6> <a href="https://github.com/copyleftdev/sigmos#getting-started" class="bg-blue-600 text-white px-8 py-4 rounded-xl font-semibold text-lg" data-astro-cid-j7pv25f6>
1414
Get Started
1515
</a> <a href="/sigmos/examples" class="bg-gray-800 text-white px-8 py-4 rounded-xl font-semibold text-lg" data-astro-cid-j7pv25f6>
1616
View Examples
@@ -43,7 +43,7 @@
4343
Ready to build the future?
4444
</h2> <p class="text-xl text-gray-300 mb-8 max-w-2xl mx-auto" data-astro-cid-j7pv25f6>
4545
Join the community building the next generation of intelligent systems.
46-
</p> <a href="/sigmos/docs/getting-started" class="bg-gradient-to-r from-primary-600 to-accent-600 text-white px-8 py-4 rounded-xl font-semibold text-lg hover:from-primary-500 hover:to-accent-500 transition-all duration-300 transform hover:scale-105" data-astro-cid-j7pv25f6>
46+
</p> <a href="https://github.com/copyleftdev/sigmos#getting-started" class="bg-gradient-to-r from-primary-600 to-accent-600 text-white px-8 py-4 rounded-xl font-semibold text-lg hover:from-primary-500 hover:to-accent-500 transition-all duration-300 transform hover:scale-105" data-astro-cid-j7pv25f6>
4747
Get Started Now →
4848
</a> </div> </div> </section> </main> <!-- Footer --> <footer class="bg-gray-900/50 border-t border-gray-800/50 mt-20"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12"> <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> <div class="col-span-1 md:col-span-2"> <div class="flex items-center space-x-2 mb-4"> <div class="w-8 h-8 bg-gradient-to-br from-primary-500 to-accent-500 rounded-lg flex items-center justify-center"> <span class="text-white font-bold text-sm">Σ</span> </div> <span class="text-xl font-bold bg-gradient-to-r from-primary-400 to-accent-400 bg-clip-text text-transparent">
4949
SigmOS
@@ -84,7 +84,7 @@
8484
Ready to build the future?
8585
</h2> <p class="text-xl text-gray-300 mb-8 max-w-2xl mx-auto" data-astro-cid-j7pv25f6>
8686
Join the community building the next generation of intelligent systems with SigmOS.
87-
</p> <div class="flex flex-col sm:flex-row gap-4 justify-center" data-astro-cid-j7pv25f6> <a href="/sigmos/docs/getting-started" class="bg-gradient-to-r from-primary-600 to-accent-600 text-white px-8 py-4 rounded-xl font-semibold text-lg hover:from-primary-500 hover:to-accent-500 transition-all duration-300 transform hover:scale-105" data-astro-cid-j7pv25f6>
87+
</p> <div class="flex flex-col sm:flex-row gap-4 justify-center" data-astro-cid-j7pv25f6> <a href="https://github.com/copyleftdev/sigmos#getting-started" class="bg-gradient-to-r from-primary-600 to-accent-600 text-white px-8 py-4 rounded-xl font-semibold text-lg hover:from-primary-500 hover:to-accent-500 transition-all duration-300 transform hover:scale-105" data-astro-cid-j7pv25f6>
8888
Get Started Now →
8989
</a> <a href="/sigmos/examples" class="bg-gray-800/50 backdrop-blur-sm text-white px-8 py-4 rounded-xl font-semibold text-lg border border-gray-700 hover:bg-gray-700/50 hover:border-gray-600 transition-all duration-300 transform hover:scale-105" data-astro-cid-j7pv25f6>
9090
Explore Examples

src/pages/index.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import { Cpu, Layers, Zap, Shield, Code, Sparkles } from 'lucide-astro';
3232
</p>
3333

3434
<div class="flex flex-col sm:flex-row gap-4 justify-center items-center mb-16">
35-
<a href="/sigmos/docs/getting-started" class="bg-blue-600 text-white px-8 py-4 rounded-xl font-semibold text-lg">
35+
<a href="https://github.com/copyleftdev/sigmos#getting-started" class="bg-blue-600 text-white px-8 py-4 rounded-xl font-semibold text-lg">
3636
Get Started
3737
</a>
3838
<a href="/sigmos/examples" class="bg-gray-800 text-white px-8 py-4 rounded-xl font-semibold text-lg">
@@ -127,7 +127,7 @@ import { Cpu, Layers, Zap, Shield, Code, Sparkles } from 'lucide-astro';
127127
<p class="text-xl text-gray-300 mb-8 max-w-2xl mx-auto">
128128
Join the community building the next generation of intelligent systems.
129129
</p>
130-
<a href="/sigmos/docs/getting-started"
130+
<a href="https://github.com/copyleftdev/sigmos#getting-started"
131131
class="bg-gradient-to-r from-primary-600 to-accent-600 text-white px-8 py-4 rounded-xl font-semibold text-lg hover:from-primary-500 hover:to-accent-500 transition-all duration-300 transform hover:scale-105">
132132
Get Started Now →
133133
</a>
@@ -265,7 +265,7 @@ sigmos run examples/agent.sigmos</code></pre>
265265
Join the community building the next generation of intelligent systems with SigmOS.
266266
</p>
267267
<div class="flex flex-col sm:flex-row gap-4 justify-center">
268-
<a href="/sigmos/docs/getting-started"
268+
<a href="https://github.com/copyleftdev/sigmos#getting-started"
269269
class="bg-gradient-to-r from-primary-600 to-accent-600 text-white px-8 py-4 rounded-xl font-semibold text-lg hover:from-primary-500 hover:to-accent-500 transition-all duration-300 transform hover:scale-105">
270270
Get Started Now →
271271
</a>

0 commit comments

Comments
 (0)