mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
chore: Update documentation links to point to install.html
This commit is contained in:
parent
b9d3c11032
commit
1425e3e6c7
1 changed files with 6 additions and 6 deletions
|
@ -452,7 +452,7 @@
|
|||
<div class="nav-links">
|
||||
<a href="#features">Features</a>
|
||||
<a href="#getting-started">Getting Started</a>
|
||||
<a href="/docs/usage.html">Documentation</a>
|
||||
<a href="/docs/install.html">Documentation</a>
|
||||
<a href="https://discord.gg/Tv2uQnR88V">Discord</a>
|
||||
<a href="https://github.com/Aider-AI/aider">GitHub</a>
|
||||
</div>
|
||||
|
@ -489,7 +489,7 @@
|
|||
|
||||
<div class="buttons">
|
||||
<a href="#getting-started" class="btn btn-primary">Get Started</a>
|
||||
<a href="/docs/usage.html" class="btn btn-secondary">Documentation</a>
|
||||
<a href="/docs/install.html" class="btn btn-secondary">Documentation</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -517,7 +517,7 @@
|
|||
<div class="feature-card">
|
||||
<div class="feature-icon">📝</div>
|
||||
<h3 class="feature-title">Multiple File Editing</h3>
|
||||
<p><a href="https://aider.chat/docs/usage.html">Edit multiple files at once for complex requests</a>, making large-scale changes easier.</p>
|
||||
<p><a href="https://aider.chat/docs/install.html">Edit multiple files at once for complex requests</a>, making large-scale changes easier.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon">🗺️</div>
|
||||
|
@ -821,9 +821,9 @@ aider --model gpt-4o --api-key openai=your-key-goes-here</pre>
|
|||
<h2 class="section-title">More Information</h2>
|
||||
<div class="info-content">
|
||||
<ul>
|
||||
<li><a href="/docs/usage.html">Documentation</a></li>
|
||||
<li><a href="/docs/install.html">Documentation</a></li>
|
||||
<li><a href="https://aider.chat/docs/install.html">Installation</a></li>
|
||||
<li><a href="https://aider.chat/docs/usage.html">Usage</a></li>
|
||||
<li><a href="https://aider.chat/docs/install.html">Usage</a></li>
|
||||
<li><a href="https://aider.chat/docs/usage/tutorials.html">Tutorial videos</a></li>
|
||||
<li><a href="https://aider.chat/docs/llms.html">Connecting to LLMs</a></li>
|
||||
<li><a href="https://aider.chat/docs/config.html">Configuration</a></li>
|
||||
|
@ -840,7 +840,7 @@ aider --model gpt-4o --api-key openai=your-key-goes-here</pre>
|
|||
<footer>
|
||||
<div class="container">
|
||||
<div class="footer-links">
|
||||
<a href="/docs/usage.html">Documentation</a>
|
||||
<a href="/docs/install.html">Documentation</a>
|
||||
<a href="https://github.com/Aider-AI/aider">GitHub</a>
|
||||
<a href="https://discord.gg/Tv2uQnR88V">Discord</a>
|
||||
<a href="https://aider.chat/blog/">Blog</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue