Skip to content

Commit 44e1092

Browse files
committed
broken links
1 parent a851729 commit 44e1092

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ EyeNav implements the following core features:
5050
1. **Clone the Repository**
5151

5252
```bash
53-
git clone https://github.com/your-org/EyeNav.git
53+
git clone https://github.com/TheSoftwareDesignLab/EyeNav.git
5454
cd EyeNav
5555
```
5656
2. **Backend Setup**

_layouts/default.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ <h1 class="title-logo" align="center" style="margin-bottom: 10px;">
2525
<p align="center" style="margin-bottom: 0px;"><img src="{{site.logo | relative_url}}" alt="Logo" style="height: 130px" /></p>
2626
{% endif %}
2727

28-
<p style="margin-bottom: 7px">{{ site.description | default: site.github.project_tagline }}</p>
28+
<p style="margin-bottom: 7px; text-align: center;">{{ site.description | default: site.github.project_tagline }}</p>
2929

3030
{% if site.show_downloads %}
31-
<a href="{{ site.github.repository_url }}"
32-
style="display: inline-block; padding: 10px 16px; background-color: #24292e; color: white; text-decoration: none; border-radius: 6px; font-weight: bold;">
33-
View on GitHub
34-
</a>
31+
<div style="text-align: center; padding: 20px 0;">
32+
<a href="{{ site.github.repository_url }}"
33+
style="display: inline-block; padding: 10px 16px; background-color: #24292e; color: white; text-decoration: none; border-radius: 6px; font-weight: bold;">
34+
View on GitHub
35+
</a>
36+
</div>
3537

3638
{% endif %}
3739

0 commit comments

Comments
 (0)