fix: correct GitHub repository URL

Changed from non-existent tractatus-framework/tractatus-framework
to actual repository AgenticGovernance/tractatus.

Fixes 404 error on GitHub link.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
TheFlow 2025-11-04 07:08:27 +13:00
parent 5307ffc0dc
commit 0ee97c7c8f
2 changed files with 2 additions and 2 deletions

View file

@ -257,7 +257,7 @@ If you use this integration in your research, please cite:
title = {Agent Lightning Integration: Governance + Performance},
author = {Tractatus Project},
year = {2025},
url = {https://github.com/tractatus-framework/tractatus-framework},
url = {https://github.com/AgenticGovernance/tractatus},
note = {Preliminary findings (small-scale validation)}
}
```

View file

@ -312,7 +312,7 @@
<div class="bg-white rounded-lg p-6 border-2 border-purple-300 shadow-md">
<h3 class="text-xl font-bold text-gray-900 mb-4">📦 Tractatus Framework</h3>
<p class="text-gray-700 mb-4">Governance architecture and framework components. Apache 2.0 licensed on GitHub.</p>
<a href="https://github.com/tractatus-framework/tractatus-framework" target="_blank" rel="noopener noreferrer" class="inline-block bg-purple-600 text-white font-bold px-6 py-3 rounded-lg hover:bg-purple-700 transition shadow-md">View on GitHub (Apache 2.0) →</a>
<a href="https://github.com/AgenticGovernance/tractatus" target="_blank" rel="noopener noreferrer" class="inline-block bg-purple-600 text-white font-bold px-6 py-3 rounded-lg hover:bg-purple-700 transition shadow-md">View on GitHub (Apache 2.0) →</a>
</div>
</section>