fixed urls

This commit is contained in:
Paul Gauthier 2023-05-14 21:09:59 -07:00
parent 5f99edd4d6
commit 5ad7253e2a

View file

@ -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 %}