Skip to content

Commit c9745b1

Browse files
committed
fixing index.html
1 parent dd7d935 commit c9745b1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
<ul>
305305
<li><a href="#features">Features</a></li>
306306
<li><a href="#examples">Examples</a></li>
307-
<li><a href="docs/index.html">Documentation</a></li>
307+
<li><a href="build/html/index.html">Documentation</a></li>
308308
<li><a href="https://github.com/arthurbrenno/agentle" target="_blank">GitHub</a></li>
309309
</ul>
310310
</nav>
@@ -319,7 +319,7 @@
319319
<h1>Build Intelligent AI Agents with Python</h1>
320320
<p>Agentle is a comprehensive toolkit for creating, deploying, and managing AI agents with built-in RAG, guardrails, and speech capabilities.</p>
321321
<div class="buttons">
322-
<a href="docs/index.html" class="btn btn-primary">Get Started</a>
322+
<a href="build/html/index.html" class="btn btn-primary">Get Started</a>
323323
<a href="https://github.com/arthurbrenno/agentle" class="btn btn-secondary">View on GitHub</a>
324324
</div>
325325
</div>
@@ -389,7 +389,7 @@ <h3>Analytics</h3>
389389
<h2>Ready to Build Your AI Agent?</h2>
390390
<p>Get started with Agentle today and join the community of developers building the next generation of AI assistants.</p>
391391
<div class="buttons">
392-
<a href="docs/index.html" class="btn btn-primary">Read the Docs</a>
392+
<a href="build/html/index.html" class="btn btn-primary">Read the Docs</a>
393393
<a href="https://github.com/arthurbrenno/agentle" class="btn btn-secondary">Star on GitHub</a>
394394
</div>
395395
</div>
@@ -401,10 +401,10 @@ <h2>Ready to Build Your AI Agent?</h2>
401401
<div class="footer-column">
402402
<h3>Documentation</h3>
403403
<ul>
404-
<li><a href="docs/index.html">Getting Started</a></li>
405-
<li><a href="docs/api/index.html">API Reference</a></li>
406-
<li><a href="docs/examples.html">Examples</a></li>
407-
<li><a href="docs/contributing.html">Contributing</a></li>
404+
<li><a href="build/html/index.html">Getting Started</a></li>
405+
<li><a href="build/html/api/index.html">API Reference</a></li>
406+
<li><a href="build/html/examples.html">Examples</a></li>
407+
<li><a href="build/html/contributing.html">Contributing</a></li>
408408
</ul>
409409
</div>
410410
<div class="footer-column">
@@ -418,7 +418,7 @@ <h3>Community</h3>
418418
<div class="footer-column">
419419
<h3>Resources</h3>
420420
<ul>
421-
<li><a href="docs/examples.html">Code Examples</a></li>
421+
<li><a href="build/html/examples.html">Code Examples</a></li>
422422
<li><a href="https://github.com/arthurbrenno/agentle/releases">Releases</a></li>
423423
<li><a href="https://pypi.org/project/agentle/">PyPI Package</a></li>
424424
</ul>

0 commit comments

Comments
 (0)