Skip to content

Commit 7a584f7

Browse files
committed
docs: comprehensive link verifications and fixes
1 parent 1ea7082 commit 7a584f7

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ Violations should be reported to the project maintainer. All complaints will be
292292
## 🎓 Learning Resources
293293

294294
New to the project? Start here:
295-
1. [Architecture Paper](docs/Synapse_Context_Engine_SCE.pdf) - Theoretical foundation
296-
2. [Open Questions](docs/questions/Questions_01.md) - Research opportunities
295+
1. [Architecture Paper](docs/blueprints/sce_initial_concept.pdf) - Theoretical foundation
296+
2. [Open Questions](docs/notes/sasus_notes_01.md) - Research opportunities
297297
3. [Latest Updates](docs/updates/) - Recent changes
298298
4. [Code Structure](docs/architecture/code-structure.md) - Codebase overview
299299

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The Native App relies on **Tauri v2**, which compiles a high-performance binary
112112
- Advanced pruning strategies
113113
- Community feedback integration
114114

115-
**[View Full Changelog](CHANGELOG.md)**
115+
**[View Update Logs](docs/updates/)**
116116

117117
---
118118

docs/guides/API-Reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ try {
538538

539539
- [Architecture Paper](../blueprints/sce_initial_concept.pdf) - Theoretical foundation
540540
- [Contributing Guide](../../CONTRIBUTING.md) - Development workflow
541-
- [Examples](../examples/) - Complete integration demos
541+
- [Demonstrations](../../old_demo/) - Legacy integration demos
542542

543543
---
544544

docs/wiki/Home.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Welcome to the SCE documentation hub! This wiki provides comprehensive informati
55
## 📖 Quick Navigation
66

77
### 🚀 Getting Started
8-
- [Installation Guide](Installation-Guide) - Setup for web and desktop
9-
- [Quick Start Tutorial](Quick-Start-Tutorial) - Your first graph
8+
- [Installation Guide](../guides/Quick-Start-Tutorial.md#step-1-installation-2-minutes) - Setup for web and desktop
9+
- [Quick Start Tutorial](../guides/Quick-Start-Tutorial.md) - Your first graph
1010
- [Core Concepts Overview](Core-Concepts-Overview) - Understanding SCE
1111

1212
### 🏗️ Architecture
@@ -25,7 +25,7 @@ Welcome to the SCE documentation hub! This wiki provides comprehensive informati
2525
### 🔬 Research
2626
- [Theoretical Foundation](Theoretical-Foundation) - Academic background
2727
- [Benchmark Results](Benchmark-Results) - Performance comparisons
28-
- [Open Research Questions](Open-Research-Questions) - Opportunities
28+
- [Open Questions](../notes/sasus_notes_01.md) - Opportunities
2929
- [Related Work](Related-Work) - Context and comparisons
3030

3131
### 🛡️ AI Safety
@@ -35,8 +35,8 @@ Welcome to the SCE documentation hub! This wiki provides comprehensive informati
3535
- [Red Teaming Guide](Red-Teaming-Guide) - Security testing
3636

3737
### 🛠️ Development
38-
- [Contributing Guide](../CONTRIBUTING.md) - How to contribute
39-
- [API Reference](API-Reference) - Function documentation
38+
- [Contributing Guide](../../CONTRIBUTING.md) - How to contribute
39+
- [API Reference](../guides/API-Reference.md) - Function documentation
4040
- [Testing Strategy](Testing-Strategy) - Quality assurance
4141
- [Architecture Decisions](Architecture-Decisions) - Design rationale
4242

@@ -67,11 +67,11 @@ See [Update Log](https://github.com/sasus-dev/synapse-context-engine/blob/main/d
6767

6868
- **Discussions**: [GitHub Discussions](https://github.com/sasus-dev/synapse-context-engine/discussions)
6969
- **Issues**: [Bug Reports & Features](https://github.com/sasus-dev/synapse-context-engine/issues)
70-
- **Paper**: [SCE Architecture PDF](https://github.com/sasus-dev/synapse-context-engine/blob/main/docs/blueprints/sce_initial_concept.pdf)
70+
- **Paper**: [SCE Architecture PDF](../blueprints/sce_initial_concept.pdf)
7171

7272
## 🔗 External Resources
7373

74-
- [Academic Paper](https://github.com/sasus-dev/synapse-context-engine/blob/main/docs/blueprints/sce_initial_concept.pdf)
74+
- [Academic Paper](../blueprints/sce_initial_concept.pdf)
7575
- [GitHub Repository](https://github.com/sasus-dev/synapse-context-engine)
7676
- [Author Website](https://sasus.dev)
7777

0 commit comments

Comments
 (0)