fix: update GitHub link to correct public repository

Changed from non-existent tractatus-framework/tractatus-framework (404)
to correct public repository AgenticGovernance/tractatus-framework (200 OK).

Fixes broken GitHub link on Agent Lightning integration page.

🤖 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:40:24 +13:00
parent 8db17ff6c0
commit ea2d94b3fc
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}, title = {Agent Lightning Integration: Governance + Performance},
author = {Tractatus Project}, author = {Tractatus Project},
year = {2025}, year = {2025},
url = {https://github.com/tractatus-framework/tractatus-framework}, url = {https://github.com/AgenticGovernance/tractatus-framework},
note = {Preliminary findings (small-scale validation)} 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"> <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> <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> <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-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>
</div> </div>
</section> </section>