mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
fixed urls
This commit is contained in:
parent
5f99edd4d6
commit
5ad7253e2a
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
|||
<header class="page-header" role="banner">
|
||||
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
|
||||
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
|
||||
<a href="aider/" class="btn">Home</a>
|
||||
<a href="aider/examples/" class="btn">Examples</a>
|
||||
<a href="/aider/" class="btn">Home</a>
|
||||
<a href="/aider/examples/" class="btn">Examples</a>
|
||||
{% if site.github.is_project_page %}
|
||||
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue